class Plivo::Resources::PhloInterface
Public Class Methods
Source
# File lib/plivo/resources/phlos.rb, line 42 def initialize(client, resource_list_json = nil) @_name = 'phlo' @_resource_type = Phlo super end
Calls superclass method
Plivo::Base::ResourceInterface::new
Public Instance Methods
Source
# File lib/plivo/resources/phlos.rb, line 48 def get(phlo_id) perform_get(phlo_id) end