Class: Train::Extras::LoginCommand

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

Instance Attribute Summary collapse

Instance Attribute Details

#argumentsObject

Returns the value of attribute arguments

Returns:

  • (Object)

    the current value of arguments



10
11
12
# File 'lib/train/extras.rb', line 10

def arguments
  @arguments
end

#commandObject

Returns the value of attribute command

Returns:

  • (Object)

    the current value of command



10
11
12
# File 'lib/train/extras.rb', line 10

def command
  @command
end