Class: ThreeScaleToolbox::CRD::ProductParser::Method

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

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



5
6
7
# File 'lib/3scale_toolbox/crds/product_parser.rb', line 5

def description
  @description
end

#friendly_nameObject

Returns the value of attribute friendly_name

Returns:

  • (Object)

    the current value of friendly_name



5
6
7
# File 'lib/3scale_toolbox/crds/product_parser.rb', line 5

def friendly_name
  @friendly_name
end

#system_nameObject

Returns the value of attribute system_name

Returns:

  • (Object)

    the current value of system_name



5
6
7
# File 'lib/3scale_toolbox/crds/product_parser.rb', line 5

def system_name
  @system_name
end