Class: CloudFlock::Task::ServerProfile::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/cloudflock/task/server-profile.rb

Overview

Internal: Individual entries for profiled data.

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



13
14
15
# File 'lib/cloudflock/task/server-profile.rb', line 13

def name
  @name
end

#valuesObject

Returns the value of attribute values

Returns:

  • (Object)

    the current value of values



13
14
15
# File 'lib/cloudflock/task/server-profile.rb', line 13

def values
  @values
end