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