Class: Rails::Hyperdrive::EagerFootprint::Line
- Inherits:
-
Struct
- Object
- Struct
- Rails::Hyperdrive::EagerFootprint::Line
- Defined in:
- lib/rails/hyperdrive/eager_footprint.rb
Instance Attribute Summary collapse
-
#color ⇒ Object
Returns the value of attribute color.
-
#message ⇒ Object
Returns the value of attribute message.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#color ⇒ Object
Returns the value of attribute color
12 13 14 |
# File 'lib/rails/hyperdrive/eager_footprint.rb', line 12 def color @color end |
#message ⇒ Object
Returns the value of attribute message
12 13 14 |
# File 'lib/rails/hyperdrive/eager_footprint.rb', line 12 def @message end |
#status ⇒ Object
Returns the value of attribute status
12 13 14 |
# File 'lib/rails/hyperdrive/eager_footprint.rb', line 12 def status @status end |