Class: Icalia::Membership
- Defined in:
- lib/icalia/models/membership.rb
Instance Attribute Summary collapse
-
#created_at ⇒ Object
readonly
Returns the value of attribute created_at.
Attributes inherited from ModelBase
Method Summary
Methods inherited from ModelBase
has_many, has_one, #initialize
Methods included from ResourceIdentity
Constructor Details
This class inherits a constructor from Icalia::ModelBase
Instance Attribute Details
#created_at ⇒ Object (readonly)
Returns the value of attribute created_at.
5 6 7 |
# File 'lib/icalia/models/membership.rb', line 5 def created_at @created_at end |