Class: Shoppr::ServerDetail

Inherits:
Object
  • Object
show all
Defined in:
lib/shoppr/server_detail.rb

Instance Method Summary collapse

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