Class: Mmsh::Cmd
- Inherits:
-
Struct
- Object
- Struct
- Mmsh::Cmd
- Defined in:
- lib/mmsh.rb
Instance Attribute Summary collapse
-
#args ⇒ Object
Returns the value of attribute args.
-
#id ⇒ Object
Returns the value of attribute id.
-
#input ⇒ Object
Returns the value of attribute input.
-
#name ⇒ Object
Returns the value of attribute name.
-
#output ⇒ Object
Returns the value of attribute output.
Instance Attribute Details
#args ⇒ Object
Returns the value of attribute args
5 6 7 |
# File 'lib/mmsh.rb', line 5 def args @args end |
#id ⇒ Object
Returns the value of attribute id
5 6 7 |
# File 'lib/mmsh.rb', line 5 def id @id end |
#input ⇒ Object
Returns the value of attribute input
5 6 7 |
# File 'lib/mmsh.rb', line 5 def input @input end |
#name ⇒ Object
Returns the value of attribute name
5 6 7 |
# File 'lib/mmsh.rb', line 5 def name @name end |
#output ⇒ Object
Returns the value of attribute output
5 6 7 |
# File 'lib/mmsh.rb', line 5 def output @output end |