Module: ShakeTheCounter

Defined in:
lib/shake_the_counter.rb,
lib/shake_the_counter/api.rb,
lib/shake_the_counter/event.rb,
lib/shake_the_counter/client.rb,
lib/shake_the_counter/engine.rb,
lib/shake_the_counter/ticket.rb,
lib/shake_the_counter/contact.rb,
lib/shake_the_counter/section.rb,
lib/shake_the_counter/version.rb,
lib/shake_the_counter/price_type.rb,
lib/shake_the_counter/performance.rb,
lib/shake_the_counter/reservation.rb,
lib/shake_the_counter/authentication.rb

Defined Under Namespace

Modules: Config Classes: API, Authentication, Client, Contact, Engine, Event, Performance, PriceType, Reservation, Section, Ticket

Constant Summary collapse

VERSION =
"0.1.1"

Class Method Summary collapse

Class Method Details

.set_credentials_from_environmentObject

For testing purpose only: set the username and password in environment variables to make the tests pass with your test credentials.



30
31
32
33
# File 'lib/shake_the_counter.rb', line 30

def self.set_credentials_from_environment
  Config.environment = :test
  Config.verbose = true
end