Class: Pingpp::BalanceBonus

Inherits:
AppBasedResource show all
Extended by:
APIOperations::Create, APIOperations::List
Defined in:
lib/pingpp/balance_bonus.rb

Class Method Summary collapse

Methods included from APIOperations::List

list

Methods included from APIOperations::Create

create

Methods inherited from AppBasedResource

resource_url

Methods inherited from APIResource

class_name, #refresh, resource_url, #resource_url, retrieve

Methods included from APIOperations::Request

included

Methods inherited from PingppObject

#==, #[], #[]=, #_dump, _load, #as_json, construct_from, #each, #initialize, #inspect, #keys, #refresh_from, #respond_to?, #serialize_params, #to_hash, #to_json, #to_s, #values

Constructor Details

This class inherits a constructor from Pingpp::PingppObject

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Pingpp::PingppObject

Class Method Details

.object_nameObject



6
7
8
# File 'lib/pingpp/balance_bonus.rb', line 6

def self.object_name
  'balance_bonus'
end

.uri_object_nameObject



10
11
12
# File 'lib/pingpp/balance_bonus.rb', line 10

def self.uri_object_name
  "#{object_name}e"
end