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

Method Summary

Methods inherited from Resource

build_objects, create, delete, #delete, endpoint, #endpoint, fetch, #initialize, #perform_request, perform_request, relation, relations, search, #to_json, #update, update

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