Class: Payjp::Tenant
- Inherits:
-
APIResource
- Object
- PayjpObject
- APIResource
- Payjp::Tenant
- Defined in:
- lib/payjp/tenant.rb
Instance Method Summary collapse
Methods included from APIOperations::List
Methods included from APIOperations::Update
Methods included from APIOperations::Delete
Methods included from APIOperations::Create
Methods inherited from APIResource
class_name, #refresh, retrieve, url, #url
Methods included from APIOperations::Request
Methods inherited from PayjpObject
#[], #[]=, #_dump, _load, #as_json, construct_from, #each, #initialize, #inspect, #keys, #refresh_from, #respond_to?, #serialize_nested_object, serialize_params, #to_hash, #to_json, #to_s, #values
Constructor Details
This class inherits a constructor from Payjp::PayjpObject
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Payjp::PayjpObject
Instance Method Details
#create_application_urls(params = {}, opts = {}) ⇒ Object
8 9 10 11 |
# File 'lib/payjp/tenant.rb', line 8 def create_application_urls(params = {}, opts = {}) response, opts = request(:post, create_application_urls_url, params, opts) response end |