Class: RailsPulse::Requests::Charts::OperationsChart::OperationBar
- Inherits:
-
Struct
- Object
- Struct
- RailsPulse::Requests::Charts::OperationsChart::OperationBar
- Defined in:
- app/models/rails_pulse/requests/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
5 6 7 |
# File 'app/models/rails_pulse/requests/charts/operations_chart.rb', line 5 def duration @duration end |
#left_pct ⇒ Object
Returns the value of attribute left_pct
5 6 7 |
# File 'app/models/rails_pulse/requests/charts/operations_chart.rb', line 5 def left_pct @left_pct end |
#operation ⇒ Object
Returns the value of attribute operation
5 6 7 |
# File 'app/models/rails_pulse/requests/charts/operations_chart.rb', line 5 def operation @operation end |
#width_pct ⇒ Object
Returns the value of attribute width_pct
5 6 7 |
# File 'app/models/rails_pulse/requests/charts/operations_chart.rb', line 5 def width_pct @width_pct end |