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