Class: HubSpotSDK::Resources::Crm::DealSplits
- Inherits:
-
Object
- Object
- HubSpotSDK::Resources::Crm::DealSplits
- Defined in:
- lib/hubspot_sdk/resources/crm/deal_splits.rb,
lib/hubspot_sdk/resources/crm/deal_splits/batch.rb
Defined Under Namespace
Classes: Batch
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(client:) ⇒ DealSplits
constructor
private
A new instance of DealSplits.
Constructor Details
#initialize(client:) ⇒ DealSplits
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 DealSplits.
13 14 15 16 |
# File 'lib/hubspot_sdk/resources/crm/deal_splits.rb', line 13 def initialize(client:) @client = client @batch = HubSpotSDK::Resources::Crm::DealSplits::Batch.new(client: client) end |
Instance Attribute Details
#batch ⇒ HubSpotSDK::Resources::Crm::DealSplits::Batch (readonly)
8 9 10 |
# File 'lib/hubspot_sdk/resources/crm/deal_splits.rb', line 8 def batch @batch end |