Method: CLAccountHashType#to_string
- Defined in:
- lib/types/cl_account_hash_type.rb
#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 |