Class: Lighthouse::Token

Inherits:
Base
  • Object
show all
Defined in:
lib/lighthouse/token.rb

Instance Method Summary collapse

Methods inherited from Base

inherited

Instance Method Details

#saveObject

Raises:



3
4
5
# File 'lib/lighthouse/token.rb', line 3

def save
  raise Error, "Cannot modify Tokens from the API"
end