Class: CoinbaseCommerce::APIResources::Charge

Inherits:
Base::APIResource show all
Extended by:
Base::Create, Base::List
Defined in:
lib/coinbase_commerce/api_resources/charge.rb

Overview

Class that allows you to work with Charge resource

Constant Summary collapse

OBJECT_NAME =

class constants

"charge".freeze
RESOURCE_PATH =
"charges".freeze

Method Summary

Methods included from Base::List

auto_paging, list

Methods included from Base::Create

create

Methods inherited from Base::APIResource

#refresh, retrieve

Methods inherited from Base::APIObject

#[], #[]=, create_from, #each, #initialize, #initialize_from, #inspect, #keys, #method_missing, #respond_to_missing?, #serialize_params, #serialize_params_value, #to_hash, #to_json, #to_s, #update_attributes, #values

Constructor Details

This class inherits a constructor from CoinbaseCommerce::APIResources::Base::APIObject

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class CoinbaseCommerce::APIResources::Base::APIObject