Class: GenesisRuby::Api::Requests::NonFinancial::Payee::RetrievePayeeDocument
- Inherits:
-
Base::NonFinancial::Payee::Base
- Object
- GenesisRuby::Api::Request
- Base::NonFinancial::Payee::Base
- GenesisRuby::Api::Requests::NonFinancial::Payee::RetrievePayeeDocument
- Defined in:
- lib/genesis_ruby/api/requests/non_financial/payee/retrieve_payee_document.rb
Overview
Retrieve the details of a specific Document for a specific Payee.
Constant Summary
Constants inherited from GenesisRuby::Api::Request
GenesisRuby::Api::Request::AUTH_TYPE_BASIC, GenesisRuby::Api::Request::AUTH_TYPE_TOKEN, GenesisRuby::Api::Request::METHOD_DELETE, GenesisRuby::Api::Request::METHOD_GET, GenesisRuby::Api::Request::METHOD_PATCH, GenesisRuby::Api::Request::METHOD_POST, GenesisRuby::Api::Request::METHOD_PUT, GenesisRuby::Api::Request::PORT_HTTPS, GenesisRuby::Api::Request::PROTOCOL_HTTPS
Instance Attribute Summary collapse
-
#document_unique_id ⇒ Object
Returns the value of attribute document_unique_id.
-
#payee_unique_id ⇒ Object
Returns the value of attribute payee_unique_id.
Attributes inherited from GenesisRuby::Api::Request
Instance Method Summary collapse
-
#initialize(configuration, _builder_interface = nil) ⇒ RetrievePayeeDocument
constructor
Retrieve Payee Document initialization.
Methods inherited from GenesisRuby::Api::Request
Constructor Details
#initialize(configuration, _builder_interface = nil) ⇒ RetrievePayeeDocument
Retrieve Payee Document initialization
14 15 16 17 18 |
# File 'lib/genesis_ruby/api/requests/non_financial/payee/retrieve_payee_document.rb', line 14 def initialize(configuration, _builder_interface = nil) super configuration self.request_path = 'payee/:payee_unique_id/documents/:document_unique_id' end |
Instance Attribute Details
#document_unique_id ⇒ Object
Returns the value of attribute document_unique_id.
11 12 13 |
# File 'lib/genesis_ruby/api/requests/non_financial/payee/retrieve_payee_document.rb', line 11 def document_unique_id @document_unique_id end |
#payee_unique_id ⇒ Object
Returns the value of attribute payee_unique_id.
11 12 13 |
# File 'lib/genesis_ruby/api/requests/non_financial/payee/retrieve_payee_document.rb', line 11 def payee_unique_id @payee_unique_id end |