Class: Kward::ContextBudgetMeter::Snapshot
- Inherits:
-
Struct
- Object
- Struct
- Kward::ContextBudgetMeter::Snapshot
- Defined in:
- lib/kward/context_budget_meter.rb
Instance Attribute Summary collapse
-
#calls ⇒ Object
Returns the value of attribute calls.
-
#original_bytes ⇒ Object
Returns the value of attribute original_bytes.
-
#returned_bytes ⇒ Object
Returns the value of attribute returned_bytes.
-
#saved_bytes ⇒ Object
Returns the value of attribute saved_bytes.
-
#tool_breakdown ⇒ Object
Returns the value of attribute tool_breakdown.
Instance Attribute Details
#calls ⇒ Object
Returns the value of attribute calls
5 6 7 |
# File 'lib/kward/context_budget_meter.rb', line 5 def calls @calls end |
#original_bytes ⇒ Object
Returns the value of attribute original_bytes
5 6 7 |
# File 'lib/kward/context_budget_meter.rb', line 5 def original_bytes @original_bytes end |
#returned_bytes ⇒ Object
Returns the value of attribute returned_bytes
5 6 7 |
# File 'lib/kward/context_budget_meter.rb', line 5 def returned_bytes @returned_bytes end |
#saved_bytes ⇒ Object
Returns the value of attribute saved_bytes
5 6 7 |
# File 'lib/kward/context_budget_meter.rb', line 5 def saved_bytes @saved_bytes end |
#tool_breakdown ⇒ Object
Returns the value of attribute tool_breakdown
5 6 7 |
# File 'lib/kward/context_budget_meter.rb', line 5 def tool_breakdown @tool_breakdown end |