Class: Rails::Hyperdrive::EagerFootprint::Line

Inherits:
Struct
  • Object
show all
Defined in:
lib/rails/hyperdrive/eager_footprint.rb

Instance Attribute Summary collapse

Instance Attribute Details

#colorObject

Returns the value of attribute color

Returns:

  • (Object)

    the current value of color



12
13
14
# File 'lib/rails/hyperdrive/eager_footprint.rb', line 12

def color
  @color
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



12
13
14
# File 'lib/rails/hyperdrive/eager_footprint.rb', line 12

def message
  @message
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



12
13
14
# File 'lib/rails/hyperdrive/eager_footprint.rb', line 12

def status
  @status
end