Class: VoiceML::BaseResource Private
- Inherits:
-
Object
- Object
- VoiceML::BaseResource
- Defined in:
- lib/voiceml/resources/base.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Mixin holding a ‘Transport` reference and helpers for AccountSid-scoped pathing.
Direct Known Subclasses
ApplicationsResource, CallsResource, ConferencesResource, IncomingPhoneNumbersResource, MessagesResource, NotificationsResource, QueuesResource, RecordingsResource
Instance Method Summary collapse
-
#initialize(transport) ⇒ BaseResource
constructor
private
A new instance of BaseResource.
Constructor Details
#initialize(transport) ⇒ BaseResource
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 BaseResource.
7 8 9 |
# File 'lib/voiceml/resources/base.rb', line 7 def initialize(transport) @transport = transport end |