Class: RailsPulse::Charts::OperationsChart::OperationBar
- Inherits:
-
Struct
- Object
- Struct
- RailsPulse::Charts::OperationsChart::OperationBar
- Defined in:
- app/models/rails_pulse/charts/operations_chart.rb
Instance Attribute Summary collapse
-
#duration ⇒ Object
Returns the value of attribute duration.
-
#left_pct ⇒ Object
Returns the value of attribute left_pct.
-
#operation ⇒ Object
Returns the value of attribute operation.
-
#width_pct ⇒ Object
Returns the value of attribute width_pct.
Instance Attribute Details
#duration ⇒ Object
Returns the value of attribute duration
4 5 6 |
# File 'app/models/rails_pulse/charts/operations_chart.rb', line 4 def duration @duration end |
#left_pct ⇒ Object
Returns the value of attribute left_pct
4 5 6 |
# File 'app/models/rails_pulse/charts/operations_chart.rb', line 4 def left_pct @left_pct end |
#operation ⇒ Object
Returns the value of attribute operation
4 5 6 |
# File 'app/models/rails_pulse/charts/operations_chart.rb', line 4 def operation @operation end |
#width_pct ⇒ Object
Returns the value of attribute width_pct
4 5 6 |
# File 'app/models/rails_pulse/charts/operations_chart.rb', line 4 def width_pct @width_pct end |