Class: Billogram::Callbacks
- Defined in:
- lib/billogram/resources/callbacks.rb
Constant Summary
Constants inherited from Resource
Instance Attribute Summary collapse
-
#callback_id ⇒ Object
Returns the value of attribute callback_id.
-
#custom ⇒ Object
Returns the value of attribute custom.
-
#sandbox ⇒ Object
Returns the value of attribute sandbox.
-
#signature ⇒ Object
Returns the value of attribute signature.
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_id ⇒ Object
Returns the value of attribute callback_id.
3 4 5 |
# File 'lib/billogram/resources/callbacks.rb', line 3 def callback_id @callback_id end |
#custom ⇒ Object
Returns the value of attribute custom.
3 4 5 |
# File 'lib/billogram/resources/callbacks.rb', line 3 def custom @custom end |
#sandbox ⇒ Object
Returns the value of attribute sandbox.
3 4 5 |
# File 'lib/billogram/resources/callbacks.rb', line 3 def sandbox @sandbox end |
#signature ⇒ Object
Returns the value of attribute signature.
3 4 5 |
# File 'lib/billogram/resources/callbacks.rb', line 3 def signature @signature end |