Class: Fog::Account::StormOnDemand::Tokens
- Inherits:
-
Collection
- Object
- Collection
- Fog::Account::StormOnDemand::Tokens
- 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( = {}) t = service.create_token().body new(t) end |