class Fog::Account::StormOnDemand::Tokens

Public Instance Methods

create(options={}) click to toggle source
# File lib/fog/storm_on_demand/models/account/tokens.rb, line 10
def create(options={})
  t = service.create_token(options).body
  new(t)
end