Class: Billogram::InvoiceDefaults
- Defined in:
- lib/billogram/resources/invoice_defaults.rb
Instance Attribute Summary collapse
-
#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, #initialize, relation, relations, #to_hash, #to_json
Constructor Details
This class inherits a constructor from Billogram::Resource
Instance Attribute Details
#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 |