Class: Lithic::Resources::Transactions::Events
- Inherits:
-
Object
- Object
- Lithic::Resources::Transactions::Events
- Defined in:
- lib/lithic/resources/transactions/events.rb,
lib/lithic/resources/transactions/events/enhanced_commercial_data.rb
Defined Under Namespace
Classes: EnhancedCommercialData
Instance Attribute Summary collapse
- #enhanced_commercial_data ⇒ Lithic::Resources::Transactions::Events::EnhancedCommercialData readonly
Instance Method Summary collapse
-
#initialize(client:) ⇒ Events
constructor
private
A new instance of Events.
Constructor Details
#initialize(client:) ⇒ Events
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 Events.
13 14 15 16 17 |
# File 'lib/lithic/resources/transactions/events.rb', line 13 def initialize(client:) @client = client @enhanced_commercial_data = Lithic::Resources::Transactions::Events::EnhancedCommercialData.new(client: client) end |
Instance Attribute Details
#enhanced_commercial_data ⇒ Lithic::Resources::Transactions::Events::EnhancedCommercialData (readonly)
8 9 10 |
# File 'lib/lithic/resources/transactions/events.rb', line 8 def enhanced_commercial_data @enhanced_commercial_data end |