Class: CLAccountHashType
- Defined in:
- lib/types/cl_account_hash_type.rb
Constant Summary
Constants inherited from CLType
Instance Method Summary collapse
- #get_value ⇒ Object
- #to_json ⇒ Object
-
#to_string ⇒ Object
def initialize(value = nil) super(value) @value = value end.
Methods inherited from CLType
#get_cl_type_tag, #get_link_to, #get_tag_key, #get_tag_value, #get_tags, #initialize, #tag_value_isvalid
Constructor Details
This class inherits a constructor from CLType
Instance Method Details
#get_value ⇒ Object
15 16 17 |
# File 'lib/types/cl_account_hash_type.rb', line 15 def get_value @value end |
#to_json ⇒ Object
19 20 21 |
# File 'lib/types/cl_account_hash_type.rb', line 19 def to_json to_string end |
#to_string ⇒ Object
def initialize(value = nil)
super(value)
@value = value
end
11 12 13 |
# File 'lib/types/cl_account_hash_type.rb', line 11 def to_string ACCOUNT_HASH_ID end |