Class: Mollie::Balance::Report

Inherits:
Mollie::Base show all
Defined in:
lib/mollie/balance/report.rb

Instance Attribute Summary collapse

Attributes inherited from Mollie::Base

#attributes

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

Returns the value of attribute _links.



4
5
6
# File 'lib/mollie/balance/report.rb', line 4

def _links
  @_links
end

#balance_idObject

Returns the value of attribute balance_id.



4
5
6
# File 'lib/mollie/balance/report.rb', line 4

def balance_id
  @balance_id
end

#fromObject

Returns the value of attribute from.



10
11
12
# File 'lib/mollie/balance/report.rb', line 10

def from
  @from
end

#groupingObject

Returns the value of attribute grouping.



4
5
6
# File 'lib/mollie/balance/report.rb', line 4

def grouping
  @grouping
end

#time_zoneObject

Returns the value of attribute time_zone.



4
5
6
# File 'lib/mollie/balance/report.rb', line 4

def time_zone
  @time_zone
end

#totalsObject

Returns the value of attribute totals.



4
5
6
# File 'lib/mollie/balance/report.rb', line 4

def totals
  @totals
end

#untilObject

Returns the value of attribute until.



10
11
12
# File 'lib/mollie/balance/report.rb', line 10

def until
  @until
end