Class: Newman::Record
- Inherits:
-
Struct
- Object
- Struct
- Newman::Record
- Defined in:
- lib/newman/recorder.rb
Instance Attribute Summary collapse
-
#column ⇒ Object
Returns the value of attribute column.
-
#contents ⇒ Object
Returns the value of attribute contents.
-
#id ⇒ Object
Returns the value of attribute id.
Instance Attribute Details
#column ⇒ Object
Returns the value of attribute column
12 13 14 |
# File 'lib/newman/recorder.rb', line 12 def column @column end |
#contents ⇒ Object
Returns the value of attribute contents
12 13 14 |
# File 'lib/newman/recorder.rb', line 12 def contents @contents end |
#id ⇒ Object
Returns the value of attribute id
12 13 14 |
# File 'lib/newman/recorder.rb', line 12 def id @id end |