Class: CoinbaseCommerce::APIResources::Checkout

Inherits:
Base::APIResource show all
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

auto_paging, list

Methods included from Base::Create

create

Methods included from Base::Update

modify

Methods included from Base::Delete

#delete

Methods included from Base::Save

#save

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