Class: Plivo::Resources::PhloInterface

Inherits:
Base::ResourceInterface show all
Defined in:
lib/plivo/resources/phlos.rb

Constant Summary

Constants included from Utils

Utils::TYPE_WHITELIST

Instance Method Summary collapse

Methods included from Utils

GetSortedQueryParamString?, compute_signatureV3?, expected_type?, expected_value?, generate_url?, getMapFromQueryString?, is_one_among_string_url?, multi_valid_param?, raise_invalid_request, valid_account?, valid_date_format?, valid_mainaccount?, valid_multiple_destination_integers?, valid_multiple_destination_nos?, valid_param?, valid_range?, valid_signature?, valid_signatureV3?, valid_subaccount?, valid_url?

Constructor Details

#initialize(client, resource_list_json = nil) ⇒ PhloInterface

Returns a new instance of PhloInterface.



42
43
44
45
46
# File 'lib/plivo/resources/phlos.rb', line 42

def initialize(client, resource_list_json = nil)
  @_name = 'phlo'
  @_resource_type = Phlo
  super
end

Instance Method Details

#get(phlo_id) ⇒ Object



48
49
50
# File 'lib/plivo/resources/phlos.rb', line 48

def get(phlo_id)
  perform_get(phlo_id)
end