Class: ThreeScaleToolbox::CRD::BackendParser::Metric

Inherits:
Struct
  • Object
show all
Defined in:
lib/3scale_toolbox/crds/backend_parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



4
5
6
# File 'lib/3scale_toolbox/crds/backend_parser.rb', line 4

def description
  @description
end

#friendly_nameObject

Returns the value of attribute friendly_name

Returns:

  • (Object)

    the current value of friendly_name



4
5
6
# File 'lib/3scale_toolbox/crds/backend_parser.rb', line 4

def friendly_name
  @friendly_name
end

#system_nameObject

Returns the value of attribute system_name

Returns:

  • (Object)

    the current value of system_name



4
5
6
# File 'lib/3scale_toolbox/crds/backend_parser.rb', line 4

def system_name
  @system_name
end

#unitObject

Returns the value of attribute unit

Returns:

  • (Object)

    the current value of unit



4
5
6
# File 'lib/3scale_toolbox/crds/backend_parser.rb', line 4

def unit
  @unit
end