Class: Generator::SyntheticCapability

Inherits:
Struct
  • Object
show all
Defined in:
lib/au_ps_inferno/generator/generator.rb

Instance Attribute Summary collapse

Instance Attribute Details

#extensionObject

Returns the value of attribute extension

Returns:

  • (Object)

    the current value of extension



29
30
31
# File 'lib/au_ps_inferno/generator/generator.rb', line 29

def extension
  @extension
end

#interactionObject

Returns the value of attribute interaction

Returns:

  • (Object)

    the current value of interaction



29
30
31
# File 'lib/au_ps_inferno/generator/generator.rb', line 29

def interaction
  @interaction
end

#operationObject

Returns the value of attribute operation

Returns:

  • (Object)

    the current value of operation



29
30
31
# File 'lib/au_ps_inferno/generator/generator.rb', line 29

def operation
  @operation
end

#searchIncludeObject

Returns the value of attribute searchInclude

Returns:

  • (Object)

    the current value of searchInclude



29
30
31
# File 'lib/au_ps_inferno/generator/generator.rb', line 29

def searchInclude
  @searchInclude
end

#searchParamObject

Returns the value of attribute searchParam

Returns:

  • (Object)

    the current value of searchParam



29
30
31
# File 'lib/au_ps_inferno/generator/generator.rb', line 29

def searchParam
  @searchParam
end

#searchRevIncludeObject

Returns the value of attribute searchRevInclude

Returns:

  • (Object)

    the current value of searchRevInclude



29
30
31
# File 'lib/au_ps_inferno/generator/generator.rb', line 29

def searchRevInclude
  @searchRevInclude
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



29
30
31
# File 'lib/au_ps_inferno/generator/generator.rb', line 29

def type
  @type
end