Class: HubSpotSDK::Resources::Crm::AssociationsSchema
- Inherits:
-
Object
- Object
- HubSpotSDK::Resources::Crm::AssociationsSchema
- 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
Instance Attribute Summary collapse
- #labels ⇒ HubSpotSDK::Resources::Crm::AssociationsSchema::Labels readonly
- #limits ⇒ HubSpotSDK::Resources::Crm::AssociationsSchema::Limits readonly
Instance Method Summary collapse
-
#initialize(client:) ⇒ AssociationsSchema
constructor
private
A new instance of AssociationsSchema.
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.
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
#labels ⇒ HubSpotSDK::Resources::Crm::AssociationsSchema::Labels (readonly)
8 9 10 |
# File 'lib/hubspot_sdk/resources/crm/associations_schema.rb', line 8 def labels @labels end |
#limits ⇒ HubSpotSDK::Resources::Crm::AssociationsSchema::Limits (readonly)
11 12 13 |
# File 'lib/hubspot_sdk/resources/crm/associations_schema.rb', line 11 def limits @limits end |