Class: Billogram::AutomaticCollection
- Defined in:
- lib/billogram/resources/automatic_collection.rb
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#delay_days ⇒ Object
Returns the value of attribute delay_days.
Method Summary
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
#amount ⇒ Object
Returns the value of attribute amount.
3 4 5 |
# File 'lib/billogram/resources/automatic_collection.rb', line 3 def amount @amount end |
#delay_days ⇒ Object
Returns the value of attribute delay_days.
3 4 5 |
# File 'lib/billogram/resources/automatic_collection.rb', line 3 def delay_days @delay_days end |