Class: Generator::SyntheticCapability
- Inherits:
-
Struct
- Object
- Struct
- Generator::SyntheticCapability
- Defined in:
- lib/au_ps_inferno/generator/generator.rb
Instance Attribute Summary collapse
-
#extension ⇒ Object
Returns the value of attribute extension.
-
#interaction ⇒ Object
Returns the value of attribute interaction.
-
#operation ⇒ Object
Returns the value of attribute operation.
-
#searchInclude ⇒ Object
Returns the value of attribute searchInclude.
-
#searchParam ⇒ Object
Returns the value of attribute searchParam.
-
#searchRevInclude ⇒ Object
Returns the value of attribute searchRevInclude.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#extension ⇒ Object
Returns the value of attribute extension
29 30 31 |
# File 'lib/au_ps_inferno/generator/generator.rb', line 29 def extension @extension end |
#interaction ⇒ Object
Returns the value of attribute interaction
29 30 31 |
# File 'lib/au_ps_inferno/generator/generator.rb', line 29 def interaction @interaction end |
#operation ⇒ Object
Returns the value of attribute operation
29 30 31 |
# File 'lib/au_ps_inferno/generator/generator.rb', line 29 def operation @operation end |
#searchInclude ⇒ Object
Returns the value of attribute searchInclude
29 30 31 |
# File 'lib/au_ps_inferno/generator/generator.rb', line 29 def searchInclude @searchInclude end |
#searchParam ⇒ Object
Returns the value of attribute searchParam
29 30 31 |
# File 'lib/au_ps_inferno/generator/generator.rb', line 29 def searchParam @searchParam end |
#searchRevInclude ⇒ Object
Returns the value of attribute searchRevInclude
29 30 31 |
# File 'lib/au_ps_inferno/generator/generator.rb', line 29 def searchRevInclude @searchRevInclude end |
#type ⇒ Object
Returns the value of attribute type
29 30 31 |
# File 'lib/au_ps_inferno/generator/generator.rb', line 29 def type @type end |