Class: GenesisRuby::Api::Requests::NonFinancial::Kyc::ConsumerRegistration::Update
- Inherits:
-
Base::NonFinancial::Kyc::Base
- Object
- GenesisRuby::Api::Request
- Base::Versioned
- Base::NonFinancial::Kyc::Base
- GenesisRuby::Api::Requests::NonFinancial::Kyc::ConsumerRegistration::Update
- Defined in:
- lib/genesis_ruby/api/requests/non_financial/kyc/consumer_registration/update.rb
Overview
Update Consumer Registration Request class for KYC Non-Financial API services
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
-
#profile_current_status ⇒ Object
Returns the value of attribute profile_current_status.
-
#reference_id ⇒ Object
Returns the value of attribute reference_id.
-
#status_reason ⇒ Object
Returns the value of attribute status_reason.
Attributes inherited from Base::Versioned
Attributes inherited from GenesisRuby::Api::Request
Instance Method Summary collapse
-
#initialize(configuration, _builder_interface = nil) ⇒ Update
constructor
A new instance of Update.
Methods inherited from Base::NonFinancial::Kyc::Base
Methods inherited from GenesisRuby::Api::Request
Constructor Details
#initialize(configuration, _builder_interface = nil) ⇒ Update
Returns a new instance of Update.
16 17 18 19 20 |
# File 'lib/genesis_ruby/api/requests/non_financial/kyc/consumer_registration/update.rb', line 16 def initialize(configuration, _builder_interface = nil) super configuration self.request_path = 'update_consumer' end |
Instance Attribute Details
#profile_current_status ⇒ Object
Returns the value of attribute profile_current_status.
14 15 16 |
# File 'lib/genesis_ruby/api/requests/non_financial/kyc/consumer_registration/update.rb', line 14 def profile_current_status @profile_current_status end |
#reference_id ⇒ Object
Returns the value of attribute reference_id.
14 15 16 |
# File 'lib/genesis_ruby/api/requests/non_financial/kyc/consumer_registration/update.rb', line 14 def reference_id @reference_id end |
#status_reason ⇒ Object
Returns the value of attribute status_reason.
14 15 16 |
# File 'lib/genesis_ruby/api/requests/non_financial/kyc/consumer_registration/update.rb', line 14 def status_reason @status_reason end |