class Plivo::Resources::Brand

Public Class Methods

new(client, options = nil) click to toggle source
Calls superclass method Plivo::Base::Resource::new
# File lib/plivo/resources/brand.rb, line 5
def initialize(client, options = nil)
  @_name = '10dlc/Brand'
  @_identifier_string = 'brand_id'
  super
end

Public Instance Methods

to_s() click to toggle source
# File lib/plivo/resources/brand.rb, line 11
def to_s
  {
    api_id: @api_id,
    brand: @brand
  }.to_s
end