class Plivo::Resources::Brand
Public Class Methods
Source
# File lib/plivo/resources/brand.rb, line 5 def initialize(client, options = nil) @_name = '10dlc/Brand' @_identifier_string = 'brand_id' super end
Calls superclass method
Plivo::Base::Resource::new
Public Instance Methods
Source
# File lib/plivo/resources/brand.rb, line 11 def to_s { api_id: @api_id, brand: @brand }.to_s end