Class: ThreeScaleToolbox::CRD::ProductParser::PolicyChainItem

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

Instance Attribute Summary collapse

Instance Attribute Details

#configurationObject

Returns the value of attribute configuration

Returns:

  • (Object)

    the current value of configuration



19
20
21
# File 'lib/3scale_toolbox/crds/product_parser.rb', line 19

def configuration
  @configuration
end

#enabledObject

Returns the value of attribute enabled

Returns:

  • (Object)

    the current value of enabled



19
20
21
# File 'lib/3scale_toolbox/crds/product_parser.rb', line 19

def enabled
  @enabled
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



19
20
21
# File 'lib/3scale_toolbox/crds/product_parser.rb', line 19

def name
  @name
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



19
20
21
# File 'lib/3scale_toolbox/crds/product_parser.rb', line 19

def version
  @version
end