Sha256: 75d49723582ef985694583a120d6be626dfddb8918ef85726615348c47e0f66e

Contents?: true

Size: 182 Bytes

Versions: 1

Compression:

Stored size: 182 Bytes

Contents

module RacePartnerRegistrations
  class Registration

    attr_reader :name, :location

    def initialize(name, location)
      @name, @location = name, location
    end

  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
race_partner_registrations-0.0.1 lib/race_partner_registrations/registration.rb