Class: Billogram::Callbacks

Inherits:
Resource show all
Defined in:
lib/billogram/resources/callbacks.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

#callback_idObject

Returns the value of attribute callback_id.



3
4
5
# File 'lib/billogram/resources/callbacks.rb', line 3

def callback_id
  @callback_id
end

#customObject

Returns the value of attribute custom.



3
4
5
# File 'lib/billogram/resources/callbacks.rb', line 3

def custom
  @custom
end

#sandboxObject

Returns the value of attribute sandbox.



3
4
5
# File 'lib/billogram/resources/callbacks.rb', line 3

def sandbox
  @sandbox
end

#signatureObject

Returns the value of attribute signature.



3
4
5
# File 'lib/billogram/resources/callbacks.rb', line 3

def signature
  @signature
end