class Plivo::Resources::Pricing
Public Class Methods
Source
# File lib/plivo/resources/pricings.rb, line 5 def initialize(client, options = nil) @_name = 'Pricing' @_identifier_string = 'country_iso' super end
Calls superclass method
Plivo::Base::Resource::new
Public Instance Methods
Source
# File lib/plivo/resources/pricings.rb, line 11 def to_s { api_id: @api_id, country: @country, country_code: @country_code, country_iso: @country_iso, message: @message, phone_numbers: @phone_numbers, voice: @voice }.to_s end