Class: Billogram::Event
- Defined in:
- lib/billogram/resources/event.rb
Constant Summary
Constants inherited from Resource
Instance Attribute Summary collapse
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#type ⇒ Object
Returns the value of attribute type.
Attributes inherited from Resource
Method Summary
Methods inherited from Resource
endpoint, fetch, #initialize, parse_response, relation, relations, search
Constructor Details
This class inherits a constructor from Billogram::Resource
Instance Attribute Details
#created_at ⇒ Object
Returns the value of attribute created_at.
5 6 7 |
# File 'lib/billogram/resources/event.rb', line 5 def created_at @created_at end |
#type ⇒ Object
Returns the value of attribute type.
5 6 7 |
# File 'lib/billogram/resources/event.rb', line 5 def type @type end |