Class: Wrap::BinData

Inherits:
Struct
  • Object
show all
Defined in:
lib/ejson/parser_action/wrap_types.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dataObject

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



7
8
9
# File 'lib/ejson/parser_action/wrap_types.rb', line 7

def data
  @data
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



7
8
9
# File 'lib/ejson/parser_action/wrap_types.rb', line 7

def type
  @type
end