Class: Twilio::REST::Pricing::Countries

Inherits:
NextGenListResource show all
Defined in:
lib/twilio-ruby/rest/pricing/countries.rb

Instance Method Summary collapse

Methods inherited from NextGenListResource

#list

Methods inherited from ListResource

#create, #get, #inspect, #list

Methods included from Utils

#detwilify, #twilify

Constructor Details

#initialize(path, client) ⇒ Countries

Returns a new instance of Countries.



5
6
7
8
9
10
# File 'lib/twilio-ruby/rest/pricing/countries.rb', line 5

def initialize(path, client)
  super
  @list_key = 'countries'
  @instance_id_key = 'iso_country'
  @submodule = :Pricing
end