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



86
87
88
# File 'lib/ciri/rlp/serializable.rb', line 86

def options
  @options
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



86
87
88
# File 'lib/ciri/rlp/serializable.rb', line 86

def type
  @type
end