Class: BranchPickerInput

Inherits:
EnumRadioInput
  • Object
show all
Defined in:
app/inputs/branch_picker_input.rb

Instance Method Summary collapse

Methods inherited from EnumRadioInput

#initialize, #input

Constructor Details

This class inherits a constructor from EnumRadioInput

Instance Method Details

#collectionObject



3
4
5
# File 'app/inputs/branch_picker_input.rb', line 3

def collection
  Report::GrossSalesReport::GrossSalesReportCommand.company_options
end