Class: Jade::Decode::Desc::RecordField

Inherits:
Data
  • Object
show all
Defined in:
lib/jade/decode.rb

Instance Attribute Summary collapse

Instance Attribute Details

#innerObject (readonly)

Returns the value of attribute inner

Returns:

  • (Object)

    the current value of inner



184
185
186
# File 'lib/jade/decode.rb', line 184

def inner
  @inner
end

#keyObject (readonly)

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



184
185
186
# File 'lib/jade/decode.rb', line 184

def key
  @key
end

#symObject (readonly)

Returns the value of attribute sym

Returns:

  • (Object)

    the current value of sym



184
185
186
# File 'lib/jade/decode.rb', line 184

def sym
  @sym
end