Class: VoiceML::BaseResource Private

Inherits:
Object
  • Object
show all
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.

Instance Method Summary collapse

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