Class: CLAccountHash

Inherits:
CLValue show all
Defined in:
lib/types/cl_account_hash.rb

Instance Method Summary collapse

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_typeObject



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_valueObject



18
19
20
# File 'lib/types/cl_account_hash.rb', line 18

def get_value
  @value  
end