Class: WelltreatStoreFramework::RackServer::AppObj

Inherits:
Object
  • Object
show all
Defined in:
lib/welltreat_store_framework/rack_server.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id) ⇒ AppObj

Returns a new instance of AppObj.



6
7
8
# File 'lib/welltreat_store_framework/rack_server.rb', line 6

def initialize(id)
  self.id = id
end

Instance Attribute Details

#idObject

Returns the value of attribute id.



4
5
6
# File 'lib/welltreat_store_framework/rack_server.rb', line 4

def id
  @id
end