class Transat::BaseCommand
Attributes
non_options[R]
options[R]
Public Class Methods
new(non_options, options)
click to toggle source
# File lib/transat/parser.rb, line 44 def initialize(non_options, options) @non_options, @options = non_options, options end