Class: Lithic::Resources::Reports
- Inherits:
-
Object
- Object
- Lithic::Resources::Reports
- Defined in:
- lib/lithic/resources/reports.rb,
lib/lithic/resources/reports/settlement.rb,
lib/lithic/resources/reports/settlement/network_totals.rb
Defined Under Namespace
Classes: Settlement
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(client:) ⇒ Reports
constructor
private
A new instance of Reports.
Constructor Details
#initialize(client:) ⇒ Reports
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of Reports.
12 13 14 15 |
# File 'lib/lithic/resources/reports.rb', line 12 def initialize(client:) @client = client @settlement = Lithic::Resources::Reports::Settlement.new(client: client) end |
Instance Attribute Details
#settlement ⇒ Lithic::Resources::Reports::Settlement (readonly)
7 8 9 |
# File 'lib/lithic/resources/reports.rb', line 7 def settlement @settlement end |