Class: Pocus::Account

Inherits:
Resource show all
Defined in:
lib/pocus/account.rb

Instance Attribute Summary collapse

Attributes inherited from Resource

#parent, #path

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

#sessionObject

Returns the value of attribute session.



6
7
8
# File 'lib/pocus/account.rb', line 6

def session
  @session
end