Class: Billogram::Event

Inherits:
Resource show all
Defined in:
lib/billogram/resources/event.rb

Constant Summary

Constants inherited from Resource

Resource::DEFAULT_OPTIONS

Instance Attribute Summary collapse

Attributes inherited from Resource

#data

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_atObject

Returns the value of attribute created_at.


5
6
7
# File 'lib/billogram/resources/event.rb', line 5

def created_at
  @created_at
end

#typeObject

Returns the value of attribute type.


5
6
7
# File 'lib/billogram/resources/event.rb', line 5

def type
  @type
end