class RacePartnerRegistrations::Registration

Attributes

location[R]
name[R]

Public Class Methods

new(name, location) click to toggle source
# File lib/race_partner_registrations/registration.rb, line 6
def initialize(name, location)
  @name, @location = name, location
end