Class: SnowAgent::Agent::Metric
- Inherits:
-
Struct
- Object
- Struct
- SnowAgent::Agent::Metric
- Defined in:
- lib/snowagent/agent.rb
Instance Attribute Summary collapse
-
#at ⇒ Object
Returns the value of attribute at.
-
#context ⇒ Object
Returns the value of attribute context.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#name ⇒ Object
Returns the value of attribute name.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#at ⇒ Object
Returns the value of attribute at
8 9 10 |
# File 'lib/snowagent/agent.rb', line 8 def at @at end |
#context ⇒ Object
Returns the value of attribute context
8 9 10 |
# File 'lib/snowagent/agent.rb', line 8 def context @context end |
#kind ⇒ Object
Returns the value of attribute kind
8 9 10 |
# File 'lib/snowagent/agent.rb', line 8 def kind @kind end |
#name ⇒ Object
Returns the value of attribute name
8 9 10 |
# File 'lib/snowagent/agent.rb', line 8 def name @name end |
#value ⇒ Object
Returns the value of attribute value
8 9 10 |
# File 'lib/snowagent/agent.rb', line 8 def value @value end |