Module: Opensteam
- Defined in:
- lib/opensteam.rb,
lib/opensteam/base.rb,
lib/opensteam/money.rb,
lib/opensteam/config.rb,
lib/opensteam/finder.rb,
lib/opensteam/history.rb,
lib/opensteam/payment.rb,
lib/opensteam/version.rb,
lib/opensteam/checkout.rb,
lib/opensteam/security.rb,
lib/opensteam/container.rb,
lib/opensteam/user_base.rb,
lib/opensteam/order_base.rb,
lib/opensteam/initializer.rb,
lib/opensteam/state_logic.rb,
lib/opensteam/invoice_base.rb,
lib/opensteam/product_base.rb,
lib/opensteam/property_base.rb,
lib/opensteam/shipment_base.rb,
lib/opensteam/shopping_cart.rb,
lib/opensteam/state_machine.rb,
lib/opensteam/extension_base.rb,
lib/opensteam/inventory_base.rb,
lib/opensteam/payment/advance_payment.rb,
lib/opensteam/payment/credit_card_payment.rb,
lib/opensteam/payment/direct_debit_payment.rb
Overview
openSteam - www.opensteam.net
Copyright (C) 2008 DiamondDogs Webconsulting
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; version 2 of the License.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Defined Under Namespace
Modules: Base, Checkout, Config, Container, ExtensionBase, Finder, Helpers, History, InventoryBase, InvoiceBase, Money, OrderBase, Payment, ProductBase, PropertyBase, Security, ShipmentBase, ShoppingCart, StateLogic, StateMachine, UUIDHelper, UserBase, VERSION Classes: Configuration, Find, Initializer
Class Method Summary collapse
Class Method Details
._logger(*args) ⇒ Object
21 |
# File 'lib/opensteam.rb', line 21 def self._logger(*args) ; Opensteam::Initializer._logger( *args ) ; end |