Class: SportDb::Model::GroupStandingEntry
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- SportDb::Model::GroupStandingEntry
- Defined in:
- lib/sportdb/models/models/stats/group_standing.rb
Instance Method Summary collapse
-
#standing_id=(value) ⇒ Object
note: map standing_id to group_standing_id - convenience alias.
Instance Method Details
#standing_id=(value) ⇒ Object
note:
map standing_id to group_standing_id - convenience alias
26 |
# File 'lib/sportdb/models/models/stats/group_standing.rb', line 26 def standing_id=(value) write_attribute(:group_standing_id, value); end |