Module: Magpie
- Defined in:
- lib/magpie.rb,
lib/magpie/utils.rb,
lib/magpie/server.rb,
lib/middles/alipay.rb,
lib/middles/mothlog.rb,
lib/middles/chinabank.rb
Defined Under Namespace
Modules: Utils Classes: Alipay, Chinabank, Mothlog, Server
Constant Summary
- VERSION =
[0, 8, 6]
- APP =
Rack::Builder.new {
Class Attribute Summary (collapse)
-
+ (Object) yml_db
Returns the value of attribute yml_db.
Class Method Summary (collapse)
Class Attribute Details
+ (Object) yml_db
Returns the value of attribute yml_db
13 14 15 |
# File 'lib/magpie.rb', line 13 def yml_db @yml_db end |
Class Method Details
+ (Object) version
15 16 17 |
# File 'lib/magpie.rb', line 15 def version VERSION.join(".") end |