Class: WelltreatStoreFramework::RackServer::AppObj
- Inherits:
-
Object
- Object
- WelltreatStoreFramework::RackServer::AppObj
- Defined in:
- lib/welltreat_store_framework/rack_server.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
Instance Method Summary collapse
-
#initialize(id) ⇒ AppObj
constructor
A new instance of AppObj.
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
#id ⇒ Object
Returns the value of attribute id.
4 5 6 |
# File 'lib/welltreat_store_framework/rack_server.rb', line 4 def id @id end |