Class: Rjq::Runtime::InputRecord

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

Instance Attribute Summary collapse

Instance Attribute Details

#filenameObject

Returns the value of attribute filename

Returns:

  • (Object)

    the current value of filename



118
119
120
# File 'lib/rjq/runtime.rb', line 118

def filename
  @filename
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



118
119
120
# File 'lib/rjq/runtime.rb', line 118

def line
  @line
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



118
119
120
# File 'lib/rjq/runtime.rb', line 118

def value
  @value
end