Class: Fog::Account::StormOnDemand::Tokens

Inherits:
Collection
  • Object
show all
Defined in:
lib/fog/storm_on_demand/models/account/tokens.rb

Instance Method Summary collapse

Instance Method Details

#create(options = {}) ⇒ Object



10
11
12
13
# File 'lib/fog/storm_on_demand/models/account/tokens.rb', line 10

def create(options={})
  t = service.create_token(options).body
  new(t)
end