Class: Billogram::AutomaticCollection

Inherits:
Resource
  • Object
show all
Defined in:
lib/billogram/resources/automatic_collection.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

#amountObject

Returns the value of attribute amount.



5
6
7
# File 'lib/billogram/resources/automatic_collection.rb', line 5

def amount
  @amount
end

#delay_daysObject

Returns the value of attribute delay_days.



5
6
7
# File 'lib/billogram/resources/automatic_collection.rb', line 5

def delay_days
  @delay_days
end

#use_default_settingsObject

Returns the value of attribute use_default_settings.



5
6
7
# File 'lib/billogram/resources/automatic_collection.rb', line 5

def use_default_settings
  @use_default_settings
end