Class: HubSpotSDK::Resources::Scheduler
- Inherits:
-
Object
- Object
- HubSpotSDK::Resources::Scheduler
- Defined in:
- lib/hubspot_sdk/resources/scheduler.rb,
lib/hubspot_sdk/resources/scheduler/meetings.rb,
lib/hubspot_sdk/resources/scheduler/meetings/basic.rb,
lib/hubspot_sdk/resources/scheduler/meetings/advanced.rb
Defined Under Namespace
Classes: Meetings
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(client:) ⇒ Scheduler
constructor
private
A new instance of Scheduler.
Constructor Details
#initialize(client:) ⇒ Scheduler
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 Scheduler.
12 13 14 15 |
# File 'lib/hubspot_sdk/resources/scheduler.rb', line 12 def initialize(client:) @client = client @meetings = HubSpotSDK::Resources::Scheduler::Meetings.new(client: client) end |
Instance Attribute Details
#meetings ⇒ HubSpotSDK::Resources::Scheduler::Meetings (readonly)
7 8 9 |
# File 'lib/hubspot_sdk/resources/scheduler.rb', line 7 def meetings @meetings end |