Class: ServiceFlows::Eventbrite::Event

Inherits:
ServiceFlow show all
Defined in:
app/lib/service_flows/eventbrite/event.rb

Instance Attribute Summary

Attributes inherited from ServiceFlow

#flow, #service

Instance Method Summary collapse

Methods inherited from ServiceFlow

#initialize, #load_data

Constructor Details

This class inherits a constructor from ServiceFlow

Instance Method Details

#copy_data(_opts) ⇒ Object



11
12
13
# File 'app/lib/service_flows/eventbrite/event.rb', line 11

def copy_data(_opts)
  puts "COPY DATA FOR SERVICE #{@service.name} FLOW #{flow}"
end

#fetch_dataObject



7
8
9
# File 'app/lib/service_flows/eventbrite/event.rb', line 7

def fetch_data
  puts "GET DATA FOR SERVICE #{@service.name} FLOW #{flow}"
end