Module: Halffare
- Defined in:
- lib/halffare/fetch.rb,
lib/halffare/price.rb,
lib/halffare/stats.rb,
lib/halffare/version.rb,
lib/halffare/price_sbb.rb,
lib/halffare/price_base.rb,
lib/halffare/model/order.rb,
lib/halffare/price_guess.rb
Defined Under Namespace
Modules: Model
Classes: Fetch, Price, PriceBase, PriceGuess, PriceSbb, Stats
Constant Summary
collapse
- VERSION =
'0.1.1'
- @@debug =
false
Class Method Summary
collapse
Class Method Details
.debug ⇒ Object
8
9
10
|
# File 'lib/halffare/version.rb', line 8
def self.debug
@@debug
end
|
.debug=(d) ⇒ Object
5
6
7
|
# File 'lib/halffare/version.rb', line 5
def self.debug=(d)
@@debug = d
end
|