Class: GECS::ParmData

Inherits:
Struct
  • Object
show all
Defined in:
lib/GECS.rb

Overview

Normative struct definition.

est

Value (or, if necessary, an array of values).

lo

Bounds are presumed inclusive unless infinite (or nil).

hi

Bounds are presumed inclusive unless infinite (or nil).

estMethodParms

Result-specific context (or nil).

Instance Attribute Summary collapse

Instance Attribute Details

#estObject

Returns the value of attribute est

Returns:

  • (Object)

    the current value of est



167
168
169
# File 'lib/GECS.rb', line 167

def est
  @est
end

#estMethodParmsObject

Returns the value of attribute estMethodParms

Returns:

  • (Object)

    the current value of estMethodParms



167
168
169
# File 'lib/GECS.rb', line 167

def estMethodParms
  @estMethodParms
end

#hiObject

Returns the value of attribute hi

Returns:

  • (Object)

    the current value of hi



167
168
169
# File 'lib/GECS.rb', line 167

def hi
  @hi
end

#loObject

Returns the value of attribute lo

Returns:

  • (Object)

    the current value of lo



167
168
169
# File 'lib/GECS.rb', line 167

def lo
  @lo
end