Class: Opensteam::Base::ProductBase
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Opensteam::Base::ProductBase
- Includes:
- ProductBase
- Defined in:
- lib/opensteam/base.rb
Overview
Abstract ProductBase Class used for ObjectOriented Design
Class Attribute Summary collapse
-
.opensteam_type ⇒ Object
readonly
Returns the value of attribute opensteam_type.
Method Summary
Methods included from ProductBase
#add_properties, #clear_properties, #del_properties, included, #is_available?, #products, #property_errors, #property_errors=, #selected_inventory, #selected_inventory=, #set_products=, #set_properties2=, #set_properties=
Class Attribute Details
.opensteam_type ⇒ Object (readonly)
Returns the value of attribute opensteam_type.
123 124 125 |
# File 'lib/opensteam/base.rb', line 123 def opensteam_type @opensteam_type end |