class Plivo::Resources::Profile

Public Class Methods

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

Public Instance Methods

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