Class: Twilio::REST::Voice::V1::DialingPermissionsList::CountryContext::HighriskSpecialPrefixInstance
- Inherits:
-
InstanceResource
- Object
- InstanceResource
- Twilio::REST::Voice::V1::DialingPermissionsList::CountryContext::HighriskSpecialPrefixInstance
- Defined in:
- lib/twilio-ruby/rest/voice/v1/dialing_permissions/country/highrisk_special_prefix.rb
Instance Method Summary collapse
-
#initialize(version, payload, iso_code: nil) ⇒ HighriskSpecialPrefixInstance
constructor
Initialize the HighriskSpecialPrefixInstance.
-
#inspect ⇒ Object
Provide a detailed, user friendly representation.
-
#prefix ⇒ String
A prefix is a contiguous number range for a block of E.164 numbers that includes the E.164 assigned country code.
-
#to_s ⇒ Object
Provide a user friendly representation.
Constructor Details
#initialize(version, payload, iso_code: nil) ⇒ HighriskSpecialPrefixInstance
Initialize the HighriskSpecialPrefixInstance
254 255 256 257 258 259 260 261 262 |
# File 'lib/twilio-ruby/rest/voice/v1/dialing_permissions/country/highrisk_special_prefix.rb', line 254 def initialize(version, payload , iso_code: nil) super(version) # Marshaled Properties @properties = { 'prefix' => payload['prefix'], } end |
Instance Method Details
#inspect ⇒ Object
Provide a detailed, user friendly representation
279 280 281 |
# File 'lib/twilio-ruby/rest/voice/v1/dialing_permissions/country/highrisk_special_prefix.rb', line 279 def inspect "<Twilio.Voice.V1.HighriskSpecialPrefixInstance>" end |
#prefix ⇒ String
267 268 269 |
# File 'lib/twilio-ruby/rest/voice/v1/dialing_permissions/country/highrisk_special_prefix.rb', line 267 def prefix @properties['prefix'] end |
#to_s ⇒ Object
Provide a user friendly representation
273 274 275 |
# File 'lib/twilio-ruby/rest/voice/v1/dialing_permissions/country/highrisk_special_prefix.rb', line 273 def to_s "<Twilio.Voice.V1.HighriskSpecialPrefixInstance>" end |