Class: Ciri::RLP::Serializable::Schema::KeySchema

Inherits:
Struct
  • Object
show all
Defined in:
lib/ciri/rlp/serializable.rb

Instance Attribute Summary collapse

Instance Attribute Details

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



92
93
94
# File 'lib/ciri/rlp/serializable.rb', line 92

def options
  @options
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



92
93
94
# File 'lib/ciri/rlp/serializable.rb', line 92

def type
  @type
end