Class: CoinbaseCommerce::APIResources::Checkout
- Inherits:
-
Base::APIResource
- Object
- Base::APIObject
- Base::APIResource
- CoinbaseCommerce::APIResources::Checkout
- Extended by:
- Base::Create, Base::List, Base::Update
- Includes:
- Base::Delete, Base::Save
- Defined in:
- lib/coinbase_commerce/api_resources/checkout.rb
Overview
Class that allows you to work with Checkout resource
Constant Summary collapse
- OBJECT_NAME =
class constants
"checkout".freeze
- RESOURCE_PATH =
"checkouts".freeze
Method Summary
Methods included from Base::List
Methods included from Base::Create
Methods included from Base::Update
Methods included from Base::Delete
Methods included from Base::Save
Methods inherited from Base::APIResource
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