Class: Strling::IR::Quant

Inherits:
Data
  • Object
show all
Defined in:
lib/strling/ir.rb

Instance Attribute Summary collapse

Instance Attribute Details

#childObject (readonly)

Returns the value of attribute child

Returns:

  • (Object)

    the current value of child



8
9
10
# File 'lib/strling/ir.rb', line 8

def child
  @child
end

#irObject (readonly)

Returns the value of attribute ir

Returns:

  • (Object)

    the current value of ir



8
9
10
# File 'lib/strling/ir.rb', line 8

def ir
  @ir
end

#maxObject (readonly)

Returns the value of attribute max

Returns:

  • (Object)

    the current value of max



8
9
10
# File 'lib/strling/ir.rb', line 8

def max
  @max
end

#minObject (readonly)

Returns the value of attribute min

Returns:

  • (Object)

    the current value of min



8
9
10
# File 'lib/strling/ir.rb', line 8

def min
  @min
end

#modeObject (readonly)

Returns the value of attribute mode

Returns:

  • (Object)

    the current value of mode



8
9
10
# File 'lib/strling/ir.rb', line 8

def mode
  @mode
end