Class: Billogram::Event

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

Instance Attribute Summary collapse

Method Summary

Methods included from Endpoint

included

Methods inherited from Resource

build_objects, #initialize, relation, relations, #to_hash, #to_json

Constructor Details

This class inherits a constructor from Billogram::Resource

Instance Attribute Details

#created_atObject

Returns the value of attribute created_at.



9
10
11
# File 'lib/billogram/resources/event.rb', line 9

def created_at
  @created_at
end

#event_uuidObject

Returns the value of attribute event_uuid.



9
10
11
# File 'lib/billogram/resources/event.rb', line 9

def event_uuid
  @event_uuid
end

#typeObject

Returns the value of attribute type.



9
10
11
# File 'lib/billogram/resources/event.rb', line 9

def type
  @type
end