class P4Tools::CommandEntry

Attributes

arguments[R]
command[R]

Public Class Methods

new(command, arguments) click to toggle source
# File lib/p4tools/parsers/command_entry.rb, line 5
def initialize(command, arguments)
  @command = command
  @arguments = arguments
end