Class: Billogram::InvoiceDefaults
- Defined in:
- lib/billogram/resources/invoice_defaults.rb
Constant Summary
Constants inherited from Resource
Instance Attribute Summary collapse
-
#automatic_reminders ⇒ Object
Returns the value of attribute automatic_reminders.
-
#default_interest_rate ⇒ Object
Returns the value of attribute default_interest_rate.
-
#default_invoice_fee ⇒ Object
Returns the value of attribute default_invoice_fee.
-
#default_message ⇒ Object
Returns the value of attribute default_message.
-
#default_reminder_fee ⇒ Object
Returns the value of attribute default_reminder_fee.
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
#automatic_reminders ⇒ Object
Returns the value of attribute automatic_reminders.
3 4 5 |
# File 'lib/billogram/resources/invoice_defaults.rb', line 3 def automatic_reminders @automatic_reminders end |
#default_interest_rate ⇒ Object
Returns the value of attribute default_interest_rate.
3 4 5 |
# File 'lib/billogram/resources/invoice_defaults.rb', line 3 def default_interest_rate @default_interest_rate end |
#default_invoice_fee ⇒ Object
Returns the value of attribute default_invoice_fee.
3 4 5 |
# File 'lib/billogram/resources/invoice_defaults.rb', line 3 def default_invoice_fee @default_invoice_fee end |
#default_message ⇒ Object
Returns the value of attribute default_message.
3 4 5 |
# File 'lib/billogram/resources/invoice_defaults.rb', line 3 def @default_message end |
#default_reminder_fee ⇒ Object
Returns the value of attribute default_reminder_fee.
3 4 5 |
# File 'lib/billogram/resources/invoice_defaults.rb', line 3 def default_reminder_fee @default_reminder_fee end |