Class: Billogram::Callback
- Defined in:
- lib/billogram/resources/callback.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.
Attributes inherited from Resource
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
#callback_id ⇒ Object
Returns the value of attribute callback_id.
3 4 5 |
# File 'lib/billogram/resources/callback.rb', line 3 def callback_id @callback_id end |
#custom ⇒ Object
Returns the value of attribute custom.
3 4 5 |
# File 'lib/billogram/resources/callback.rb', line 3 def custom @custom end |
#sandbox ⇒ Object
Returns the value of attribute sandbox.
3 4 5 |
# File 'lib/billogram/resources/callback.rb', line 3 def sandbox @sandbox end |
#signature ⇒ Object
Returns the value of attribute signature.
3 4 5 |
# File 'lib/billogram/resources/callback.rb', line 3 def signature @signature end |