Class: Shoppr::ServerDetail
- Inherits:
-
Object
- Object
- Shoppr::ServerDetail
- Defined in:
- lib/shoppr/server_detail.rb
Instance Method Summary collapse
-
#initialize(cat_mash) ⇒ ServerDetail
constructor
A new instance of ServerDetail.
Constructor Details
#initialize(cat_mash) ⇒ ServerDetail
Returns a new instance of ServerDetail.
4 5 6 |
# File 'lib/shoppr/server_detail.rb', line 4 def initialize(cat_mash) Shoppr.map_mash_attrs(self, cat_mash) end |