Class: Jade::Decode::Desc::AndThen

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

Instance Attribute Summary collapse

Instance Attribute Details

#dObject (readonly)

Returns the value of attribute d

Returns:

  • (Object)

    the current value of d



32
33
34
# File 'lib/jade/decode.rb', line 32

def d
  @d
end

#fnObject (readonly)

Returns the value of attribute fn

Returns:

  • (Object)

    the current value of fn



32
33
34
# File 'lib/jade/decode.rb', line 32

def fn
  @fn
end