class Plivo::Resources::PhloInterface

Public Class Methods

new(client, resource_list_json = nil) click to toggle source
Calls superclass method Plivo::Base::ResourceInterface::new
# File lib/plivo/resources/phlos.rb, line 42
def initialize(client, resource_list_json = nil)
  @_name = 'phlo'
  @_resource_type = Phlo
  super
end

Public Instance Methods

get(phlo_id) click to toggle source
# File lib/plivo/resources/phlos.rb, line 48
def get(phlo_id)
  perform_get(phlo_id)
end