Class: Etherlite::Types::String
- Defined in:
- lib/etherlite/types/string.rb
Instance Method Summary collapse
Methods inherited from Base
#decode, #dynamic?, #fixed?, #size
Instance Method Details
#encode(_value) ⇒ Object
7 8 |
# File 'lib/etherlite/types/string.rb', line 7 def encode(_value) end |
#signature ⇒ Object
3 4 5 |
# File 'lib/etherlite/types/string.rb', line 3 def signature "string" end |