Class: Wrap::BinData
- Inherits:
-
Struct
- Object
- Struct
- Wrap::BinData
- Defined in:
- lib/ejson/parser_action/wrap_types.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data
7 8 9 |
# File 'lib/ejson/parser_action/wrap_types.rb', line 7 def data @data end |
#type ⇒ Object
Returns the value of attribute type
7 8 9 |
# File 'lib/ejson/parser_action/wrap_types.rb', line 7 def type @type end |