Class: HubSpotSDK::Resources::Crm::AssociationsSchema

Inherits:
Object
  • Object
show all
Defined in:
lib/hubspot_sdk/resources/crm/associations_schema.rb,
lib/hubspot_sdk/resources/crm/associations_schema/labels.rb,
lib/hubspot_sdk/resources/crm/associations_schema/limits.rb

Defined Under Namespace

Classes: Labels, Limits

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(client:) ⇒ AssociationsSchema

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 AssociationsSchema.

Parameters:



16
17
18
19
20
# File 'lib/hubspot_sdk/resources/crm/associations_schema.rb', line 16

def initialize(client:)
  @client = client
  @labels = HubSpotSDK::Resources::Crm::AssociationsSchema::Labels.new(client: client)
  @limits = HubSpotSDK::Resources::Crm::AssociationsSchema::Limits.new(client: client)
end

Instance Attribute Details

#labelsHubSpotSDK::Resources::Crm::AssociationsSchema::Labels (readonly)



8
9
10
# File 'lib/hubspot_sdk/resources/crm/associations_schema.rb', line 8

def labels
  @labels
end

#limitsHubSpotSDK::Resources::Crm::AssociationsSchema::Limits (readonly)



11
12
13
# File 'lib/hubspot_sdk/resources/crm/associations_schema.rb', line 11

def limits
  @limits
end