Class: Billogram::AutomaticReminder

Inherits:
Resource
  • Object
show all
Defined in:
lib/billogram/resources/automatic_reminder.rb

Instance Attribute Summary collapse

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_daysObject

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

#messageObject

Returns the value of attribute message.


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

def message
  @message
end