lib/osm/evening.rb in osm-0.0.8 vs lib/osm/evening.rb in osm-0.0.9
- old
+ new
@@ -3,13 +3,13 @@
class Evening
attr_accessor :evening_id, :section_id, :title, :notes_for_parents, :games, :pre_notes, :post_notes, :leaders, :meeting_date, :activities
attr_reader :start_time, :end_time
# @!attribute [rw] evening_id
- # @return [FixNum] the id of the evening
+ # @return [Fixnum] the id of the evening
# @!attribute [rw] sectionid
- # @return [FixNum] the section the evening belongs to
+ # @return [Fixnum] the section the evening belongs to
# @!attribute [rw] title
# @return [String] the title of the evening
# @!attribute [rw] notes_for_parents
# @return [String] notes to be shared with parents
# @!attribute [rw] games
@@ -103,10 +103,10 @@
class EveningActivity
attr_reader :activity_id, :title, :notes
# @!attribute [r] activity_id
- # @return [FixNum] the activity being done
+ # @return [Fixnum] the activity being done
# @!attribute [r] title
# @return [String] the activity's title
# @!attribute [r] notes
# @return [String] notes relevant to doing this activity on this evening