Class: Ciri::RLP::Serializable::Schema::KeySchema
- Inherits:
-
Struct
- Object
- Struct
- Ciri::RLP::Serializable::Schema::KeySchema
- Defined in:
- lib/ciri/rlp/serializable.rb
Instance Attribute Summary collapse
-
#options ⇒ Object
Returns the value of attribute options.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#options ⇒ Object
Returns the value of attribute options
86 87 88 |
# File 'lib/ciri/rlp/serializable.rb', line 86 def @options end |
#type ⇒ Object
Returns the value of attribute type
86 87 88 |
# File 'lib/ciri/rlp/serializable.rb', line 86 def type @type end |