Class: Twilio::REST::Pricing::V1::VoiceInstance
- Inherits:
-
InstanceResource
- Object
- InstanceResource
- Twilio::REST::Pricing::V1::VoiceInstance
- Defined in:
- lib/twilio-ruby/rest/pricing/v1/voice.rb
Instance Method Summary collapse
-
#initialize(version, payload) ⇒ VoiceInstance
constructor
Initialize the VoiceInstance.
-
#inspect ⇒ Object
Provide a detailed, user friendly representation.
-
#links ⇒ String
The links.
-
#name ⇒ String
The name.
-
#to_s ⇒ Object
Provide a user friendly representation.
-
#url ⇒ String
The url.
Constructor Details
#initialize(version, payload) ⇒ VoiceInstance
Initialize the VoiceInstance
103 104 105 106 107 108 |
# File 'lib/twilio-ruby/rest/pricing/v1/voice.rb', line 103 def initialize(version, payload) super(version) # Marshaled Properties @properties = {'name' => payload['name'], 'url' => payload['url'], 'links' => payload['links'], } end |
Instance Method Details
#inspect ⇒ Object
Provide a detailed, user friendly representation
136 137 138 |
# File 'lib/twilio-ruby/rest/pricing/v1/voice.rb', line 136 def inspect "<Twilio.Pricing.V1.VoiceInstance>" end |
#links ⇒ String
Returns The links.
124 125 126 |
# File 'lib/twilio-ruby/rest/pricing/v1/voice.rb', line 124 def links @properties['links'] end |
#name ⇒ String
Returns The name.
112 113 114 |
# File 'lib/twilio-ruby/rest/pricing/v1/voice.rb', line 112 def name @properties['name'] end |
#to_s ⇒ Object
Provide a user friendly representation
130 131 132 |
# File 'lib/twilio-ruby/rest/pricing/v1/voice.rb', line 130 def to_s "<Twilio.Pricing.V1.VoiceInstance>" end |
#url ⇒ String
Returns The url.
118 119 120 |
# File 'lib/twilio-ruby/rest/pricing/v1/voice.rb', line 118 def url @properties['url'] end |