Class: GenesisRuby::Api::Requests::NonFinancial::Payee::Owners::Update
- Inherits:
-
Base::NonFinancial::Payee::Base
- Object
- GenesisRuby::Api::Request
- Base::NonFinancial::Payee::Base
- GenesisRuby::Api::Requests::NonFinancial::Payee::Owners::Update
- Defined in:
- lib/genesis_ruby/api/requests/non_financial/payee/owners/update.rb
Overview
Update an existing Owner.
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
-
#notification_url ⇒ Object
Returns the value of attribute notification_url.
-
#owner_address ⇒ Object
Returns the value of attribute owner_address.
-
#owner_country ⇒ Object
Returns the value of attribute owner_country.
-
#owner_date ⇒ Object
Returns the value of attribute owner_date.
-
#owner_name ⇒ Object
Returns the value of attribute owner_name.
-
#owner_unique_id ⇒ Object
Returns the value of attribute owner_unique_id.
-
#registration_number ⇒ Object
Returns the value of attribute registration_number.
Attributes inherited from GenesisRuby::Api::Request
Instance Method Summary collapse
-
#initialize(configuration, _builder_interface = nil) ⇒ Update
constructor
Update Owner initialization.
Methods inherited from GenesisRuby::Api::Request
Constructor Details
#initialize(configuration, _builder_interface = nil) ⇒ Update
Update Owner initialization
16 17 18 19 20 21 22 |
# File 'lib/genesis_ruby/api/requests/non_financial/payee/owners/update.rb', line 16 def initialize(configuration, _builder_interface = nil) super configuration self.request_path = 'payee/owners/:owner_unique_id' init_patch_configuration end |
Instance Attribute Details
#notification_url ⇒ Object
Returns the value of attribute notification_url.
12 13 14 |
# File 'lib/genesis_ruby/api/requests/non_financial/payee/owners/update.rb', line 12 def notification_url @notification_url end |
#owner_address ⇒ Object
Returns the value of attribute owner_address.
12 13 14 |
# File 'lib/genesis_ruby/api/requests/non_financial/payee/owners/update.rb', line 12 def owner_address @owner_address end |
#owner_country ⇒ Object
Returns the value of attribute owner_country.
12 13 14 |
# File 'lib/genesis_ruby/api/requests/non_financial/payee/owners/update.rb', line 12 def owner_country @owner_country end |
#owner_date ⇒ Object
Returns the value of attribute owner_date.
12 13 14 |
# File 'lib/genesis_ruby/api/requests/non_financial/payee/owners/update.rb', line 12 def owner_date @owner_date end |
#owner_name ⇒ Object
Returns the value of attribute owner_name.
12 13 14 |
# File 'lib/genesis_ruby/api/requests/non_financial/payee/owners/update.rb', line 12 def owner_name @owner_name end |
#owner_unique_id ⇒ Object
Returns the value of attribute owner_unique_id.
12 13 14 |
# File 'lib/genesis_ruby/api/requests/non_financial/payee/owners/update.rb', line 12 def owner_unique_id @owner_unique_id end |
#registration_number ⇒ Object
Returns the value of attribute registration_number.
12 13 14 |
# File 'lib/genesis_ruby/api/requests/non_financial/payee/owners/update.rb', line 12 def registration_number @registration_number end |