Class: UU::Finman::Account::AccountSetState
- Inherits:
 - 
      OS::REST::DTO
      
        
- Object
 - OS::REST::DTO
 - UU::Finman::Account::AccountSetState
 
 - 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)
- 
  
    
      - (UU::Finman::Account::AccountState) account_state 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Item from enumeration AccountState of states available for account state change.
 - 
  
    
      - (String) comment 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The artifact state comment.
 
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 @account_state end  | 
  
- (String) comment
The artifact state comment. When null is set, comment will be left empty.
      18 19 20  | 
    
      # File 'lib/uu/finman/account/account_set_state.rb', line 18 def comment @comment end  |