class GlobalTranz
has_many :carriers, through: :preferred_network
has_many :opportunities
def initialize
@locations = [:az, :co]
@revenue = true
@competition = nil
end
def delivers
[:automation, :insight, :real_time, :competitive_edge]
end
end