Class: K2ConnectRuby::K2Entity::K2FinancialEntities::TransferAccount::TransferAccountRequest
- Inherits:
-
Object
- Object
- K2ConnectRuby::K2Entity::K2FinancialEntities::TransferAccount::TransferAccountRequest
- Includes:
- ActiveModel::Validations
- Defined in:
- lib/k2-connect-ruby/k2_entity/k2_financial_entities/transfer_account/transfer_account_request.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#nickname ⇒ Object
Returns the value of attribute nickname.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
- #endpoint ⇒ Object
-
#initialize(kwargs) ⇒ TransferAccountRequest
constructor
A new instance of TransferAccountRequest.
- #request_body ⇒ Object
Constructor Details
#initialize(kwargs) ⇒ TransferAccountRequest
Returns a new instance of TransferAccountRequest.
12 13 14 15 16 |
# File 'lib/k2-connect-ruby/k2_entity/k2_financial_entities/transfer_account/transfer_account_request.rb', line 12 def initialize(kwargs) kwargs.each do |key, value| instance_variable_set("@#{key}", value) end end |
Instance Attribute Details
#nickname ⇒ Object
Returns the value of attribute nickname.
10 11 12 |
# File 'lib/k2-connect-ruby/k2_entity/k2_financial_entities/transfer_account/transfer_account_request.rb', line 10 def nickname @nickname end |
#type ⇒ Object
Returns the value of attribute type.
10 11 12 |
# File 'lib/k2-connect-ruby/k2_entity/k2_financial_entities/transfer_account/transfer_account_request.rb', line 10 def type @type end |
Instance Method Details
#endpoint ⇒ Object
18 |
# File 'lib/k2-connect-ruby/k2_entity/k2_financial_entities/transfer_account/transfer_account_request.rb', line 18 def endpoint; end |
#request_body ⇒ Object
20 |
# File 'lib/k2-connect-ruby/k2_entity/k2_financial_entities/transfer_account/transfer_account_request.rb', line 20 def request_body; end |