Class: CLAccountHash
Instance Method Summary collapse
- #get_cl_type ⇒ Object
- #get_value ⇒ Object
-
#initialize(value) ⇒ CLAccountHash
constructor
A new instance of CLAccountHash.
Constructor Details
#initialize(value) ⇒ CLAccountHash
Returns a new instance of CLAccountHash.
8 9 10 11 |
# File 'lib/types/cl_account_hash.rb', line 8 def initialize(value) super() @value = value end |
Instance Method Details
#get_cl_type ⇒ Object
13 14 15 16 |
# File 'lib/types/cl_account_hash.rb', line 13 def get_cl_type @cl_type = CLAccountHashType.new @cl_type.to_string end |
#get_value ⇒ Object
18 19 20 |
# File 'lib/types/cl_account_hash.rb', line 18 def get_value @value end |