Class: Mollie::Balance::Report
- Inherits:
-
Mollie::Base
- Object
- Mollie::Base
- Mollie::Balance::Report
- Defined in:
- lib/mollie/balance/report.rb
Instance Attribute Summary collapse
-
#_links ⇒ Object
(also: #links)
Returns the value of attribute _links.
-
#balance_id ⇒ Object
Returns the value of attribute balance_id.
-
#from ⇒ Object
Returns the value of attribute from.
-
#grouping ⇒ Object
Returns the value of attribute grouping.
-
#time_zone ⇒ Object
Returns the value of attribute time_zone.
-
#totals ⇒ Object
Returns the value of attribute totals.
-
#until ⇒ Object
Returns the value of attribute until.
Attributes inherited from Mollie::Base
Method Summary
Methods inherited from Mollie::Base
all, #assign_attributes, cancel, create, #delete, delete, get, id_param, #initialize, parent_id, request, resource_name, update, #update
Constructor Details
This class inherits a constructor from Mollie::Base
Instance Attribute Details
#_links ⇒ Object Also known as: links
Returns the value of attribute _links.
4 5 6 |
# File 'lib/mollie/balance/report.rb', line 4 def _links @_links end |
#balance_id ⇒ Object
Returns the value of attribute balance_id.
4 5 6 |
# File 'lib/mollie/balance/report.rb', line 4 def balance_id @balance_id end |
#from ⇒ Object
Returns the value of attribute from.
10 11 12 |
# File 'lib/mollie/balance/report.rb', line 10 def from @from end |
#grouping ⇒ Object
Returns the value of attribute grouping.
4 5 6 |
# File 'lib/mollie/balance/report.rb', line 4 def grouping @grouping end |
#time_zone ⇒ Object
Returns the value of attribute time_zone.
4 5 6 |
# File 'lib/mollie/balance/report.rb', line 4 def time_zone @time_zone end |
#totals ⇒ Object
Returns the value of attribute totals.
4 5 6 |
# File 'lib/mollie/balance/report.rb', line 4 def totals @totals end |
#until ⇒ Object
Returns the value of attribute until.
10 11 12 |
# File 'lib/mollie/balance/report.rb', line 10 def until @until end |