Class: ServiceList

Inherits:
Object
  • Object
show all
Defined in:
app/models/service_list.rb

Instance Method Summary collapse

Constructor Details

#initialize(batch, service_hash, association) ⇒ ServiceList

Returns a new instance of ServiceList.



4
5
6
7
8
# File 'app/models/service_list.rb', line 4

def initialize(batch, service_hash, association)
  @batch = batch
  @service_hash = service_hash
  @association = association
end

Instance Method Details

#to_arrayObject



10
11
12
# File 'app/models/service_list.rb', line 10

def to_array
  [Integration, columns, values]
end