Class: SnowAgent::Agent::Metric

Inherits:
Struct
  • Object
show all
Defined in:
lib/snowagent/agent.rb

Instance Attribute Summary collapse

Instance Attribute Details

#atObject

Returns the value of attribute at

Returns:

  • (Object)

    the current value of at



8
9
10
# File 'lib/snowagent/agent.rb', line 8

def at
  @at
end

#contextObject

Returns the value of attribute context

Returns:

  • (Object)

    the current value of context



8
9
10
# File 'lib/snowagent/agent.rb', line 8

def context
  @context
end

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



8
9
10
# File 'lib/snowagent/agent.rb', line 8

def kind
  @kind
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



8
9
10
# File 'lib/snowagent/agent.rb', line 8

def name
  @name
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



8
9
10
# File 'lib/snowagent/agent.rb', line 8

def value
  @value
end