Class: TezosClient::Tools::HashToMicheline::Int
- Defined in:
- lib/tezos_client/tools/hash_to_micheline/int.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from TezosClient::Tools::HashToMicheline::Base
Instance Method Details
#encode ⇒ Object
7 8 9 |
# File 'lib/tezos_client/tools/hash_to_micheline/int.rb', line 7 def encode { int: data.to_s } end |