Class: RenderGuardian::RenderEvent
- Inherits:
-
Struct
- Object
- Struct
- RenderGuardian::RenderEvent
- Defined in:
- lib/render_guardian/profiler.rb
Instance Attribute Summary collapse
-
#db_queries ⇒ Object
Returns the value of attribute db_queries.
-
#duration_ms ⇒ Object
Returns the value of attribute duration_ms.
-
#helpers_called ⇒ Object
Returns the value of attribute helpers_called.
-
#partial ⇒ Object
Returns the value of attribute partial.
-
#template ⇒ Object
Returns the value of attribute template.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
Instance Attribute Details
#db_queries ⇒ Object
Returns the value of attribute db_queries
4 5 6 |
# File 'lib/render_guardian/profiler.rb', line 4 def db_queries @db_queries end |
#duration_ms ⇒ Object
Returns the value of attribute duration_ms
4 5 6 |
# File 'lib/render_guardian/profiler.rb', line 4 def duration_ms @duration_ms end |
#helpers_called ⇒ Object
Returns the value of attribute helpers_called
4 5 6 |
# File 'lib/render_guardian/profiler.rb', line 4 def helpers_called @helpers_called end |
#partial ⇒ Object
Returns the value of attribute partial
4 5 6 |
# File 'lib/render_guardian/profiler.rb', line 4 def partial @partial end |
#template ⇒ Object
Returns the value of attribute template
4 5 6 |
# File 'lib/render_guardian/profiler.rb', line 4 def template @template end |
#timestamp ⇒ Object
Returns the value of attribute timestamp
4 5 6 |
# File 'lib/render_guardian/profiler.rb', line 4 def @timestamp end |