Method: Twilio::REST::Pricing::V1::PhoneNumberList::CountryContext#initialize
- Defined in:
- lib/twilio-ruby/rest/pricing/v1/phone_number/country.rb
#initialize(version, iso_country) ⇒ CountryContext
Initialize the CountryContext
138 139 140 141 142 143 144 145 146 |
# File 'lib/twilio-ruby/rest/pricing/v1/phone_number/country.rb', line 138 def initialize(version, iso_country) super(version) # Path Solution @solution = { iso_country: iso_country, } @uri = "/PhoneNumbers/Countries/#{@solution[:iso_country]}" end |