Class: Pocus::Account
Instance Attribute Summary collapse
-
#session ⇒ Object
Returns the value of attribute session.
Attributes inherited from Resource
Method Summary
Methods inherited from Resource
#assign_attributes, associations, #delete, #fields, #get, #get_multiple, has_many, #id, #initialize, #logger, #marshal_dump, #marshal_load, #post, #post_multiple, #reload, tag, tag_multiple
Constructor Details
This class inherits a constructor from Pocus::Resource
Instance Attribute Details
#session ⇒ Object
Returns the value of attribute session.
6 7 8 |
# File 'lib/pocus/account.rb', line 6 def session @session end |