class Fog::Account::StormOnDemand::Tokens

Public Instance Methods

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