Class: Pfm::Command::Generate::GeneratorCommand
- Inherits:
-
Struct
- Object
- Struct
- Pfm::Command::Generate::GeneratorCommand
- Defined in:
- lib/iapi-idlc-sdk-pfm/command/generate.rb
Instance Attribute Summary collapse
-
#class_name ⇒ Object
Returns the value of attribute class_name.
-
#description ⇒ Object
Returns the value of attribute description.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#class_name ⇒ Object
Returns the value of attribute class_name
10 11 12 |
# File 'lib/iapi-idlc-sdk-pfm/command/generate.rb', line 10 def class_name @class_name end |
#description ⇒ Object
Returns the value of attribute description
10 11 12 |
# File 'lib/iapi-idlc-sdk-pfm/command/generate.rb', line 10 def description @description end |
#name ⇒ Object
Returns the value of attribute name
10 11 12 |
# File 'lib/iapi-idlc-sdk-pfm/command/generate.rb', line 10 def name @name end |