Class: MadCart::Store::Etsy

Inherits:
Object
  • Object
show all
Includes:
Base
Defined in:
lib/mad_cart/store/etsy.rb

Constant Summary

Constants included from Base

Base::DEFAULT_CONNECTION_OPTIONS

Instance Method Summary collapse

Methods included from Base

#connection, included, #init_connection, #initialize

Instance Method Details

#valid?Boolean

Returns:

  • (Boolean)


14
15
16
# File 'lib/mad_cart/store/etsy.rb', line 14

def valid?
  self.connection ? true : false
end