Class: Jade::Symbol::DerivedFunction

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

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject (readonly)

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



3
4
5
# File 'lib/jade/symbol/derived_function.rb', line 3

def body
  @body
end

#paramsObject (readonly)

Returns the value of attribute params

Returns:

  • (Object)

    the current value of params



3
4
5
# File 'lib/jade/symbol/derived_function.rb', line 3

def params
  @params
end