lib/osm/member.rb in osm-0.0.6 vs lib/osm/member.rb in osm-0.0.7
- old
+ new
@@ -10,11 +10,11 @@
# @!attribute [r] type
# @return [?] ?
# @!attribute [r] first_name
# @return [String] the member's first name
# @!attribute [r] last_name
- # @return [String] the imember's last name
+ # @return [String] the member's last name
# @!attribute [r] email1
# @return [String] the 1st email address for the member
# @!attribute [r] email2
# @return [String] the 2nd email address for the member
# @!attribute [r] email3
@@ -36,11 +36,11 @@
# @!attribute [r] date_of_birth
# @return [Date] the member's date of birth
# @!attribute [r] started
# @return [Date] when the member started Scouting
# @!attribute [r] joined_in_years
- # @return [FixNum] thow many full years the member has been in Scouting
+ # @return [FixNum] ?
# @!attribute [r] parents
# @return [String] the member's parent's names
# @!attribute [r] notes
# @return [String] notes relating to the member
# @!attribute [r] medical
@@ -60,10 +60,10 @@
# @!attribute [r] joined
# @return [Date] when the member joined the section
# @!attribute [r] age
# @return [String] the member's current age (yy/mm)
# @!attribute [r] joined_years
- # @return [FixNum] ?
+ # @return [FixNum] how many years the member has been in Scouting
# Initialize a new Member using the hash returned by the API call
# @param data the hash of data for the object returned by the API
def initialize(data)