Class: Kozo::Provider

Inherits:
Object
  • Object
show all
Defined in:
lib/kozo/provider.rb

Instance Method Summary collapse

Instance Method Details

#==(other) ⇒ Object



9
10
11
# File 'lib/kozo/provider.rb', line 9

def ==(other)
  provider_name == other.provider_name
end

#setupObject



7
# File 'lib/kozo/provider.rb', line 7

def setup; end