Class: Jade::Decode::Desc::Optional

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

Instance Attribute Summary collapse

Instance Attribute Details

#defaultObject (readonly)

Returns the value of attribute default

Returns:

  • (Object)

    the current value of default



23
24
25
# File 'lib/jade/decode.rb', line 23

def default
  @default
end

#innerObject (readonly)

Returns the value of attribute inner

Returns:

  • (Object)

    the current value of inner



23
24
25
# File 'lib/jade/decode.rb', line 23

def inner
  @inner
end

#keyObject (readonly)

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



23
24
25
# File 'lib/jade/decode.rb', line 23

def key
  @key
end