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

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

Instance Method Summary collapse

Instance Method Details

#create(options = {}) ⇒ Object



7
8
9
10
# File 'lib/fog/account/storm_on_demand/models/tokens.rb', line 7

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