Class: Mmsh::Cmd

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

Instance Attribute Summary collapse

Instance Attribute Details

#argsObject

Returns the value of attribute args



5
6
7
# File 'lib/mmsh.rb', line 5

def args
  @args
end

#idObject

Returns the value of attribute id



5
6
7
# File 'lib/mmsh.rb', line 5

def id
  @id
end

#inputObject

Returns the value of attribute input



5
6
7
# File 'lib/mmsh.rb', line 5

def input
  @input
end

#nameObject

Returns the value of attribute name



5
6
7
# File 'lib/mmsh.rb', line 5

def name
  @name
end

#outputObject

Returns the value of attribute output



5
6
7
# File 'lib/mmsh.rb', line 5

def output
  @output
end