Class: Newman::Record

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

Instance Attribute Summary collapse

Instance Attribute Details

#columnObject

Returns the value of attribute column

Returns:

  • (Object)

    the current value of column



12
13
14
# File 'lib/newman/recorder.rb', line 12

def column
  @column
end

#contentsObject

Returns the value of attribute contents

Returns:

  • (Object)

    the current value of contents



12
13
14
# File 'lib/newman/recorder.rb', line 12

def contents
  @contents
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



12
13
14
# File 'lib/newman/recorder.rb', line 12

def id
  @id
end