Class: UU::Finman::Account::AccountSetState

Inherits:
OS::REST::DTO
  • Object
show all
Defined in:
lib/uu/finman/account/account_set_state.rb

Overview

Value object containing attributes available to modify state on a Account entity.

Instance Attribute Summary (collapse)

Instance Attribute Details

- (UU::Finman::Account::AccountState) account_state

Item from enumeration UU::Finman::Account::AccountState of states available for account state change. Cannot be null.



13
14
15
# File 'lib/uu/finman/account/account_set_state.rb', line 13

def 
  @account_state
end

- (String) comment

The artifact state comment. When null is set, comment will be left empty.

Parameters:

  • (String)

Returns:

  • (String)


18
19
20
# File 'lib/uu/finman/account/account_set_state.rb', line 18

def comment
  @comment
end