class RSwim::Member::Base
Public Class Methods
new(id)
click to toggle source
# File lib/rswim/member/base.rb, line 6 def initialize(id) @id = id end
# File lib/rswim/member/base.rb, line 6 def initialize(id) @id = id end