Class: RSwim::Member::Base
- Inherits:
-
Object
- Object
- RSwim::Member::Base
- Defined in:
- lib/rswim/member/base.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(id) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(id) ⇒ Base
Returns a new instance of Base.
6 7 8 9 |
# File 'lib/rswim/member/base.rb', line 6 def initialize(id) @id = id @incarnation_number = 0 end |