Class: SportDb::Model::EventStandingEntry
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- SportDb::Model::EventStandingEntry
- Defined in:
- lib/sportdb/models/models/stats/event_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/event_standing.rb', line 26 def standing_id=(value) write_attribute(:event_standing_id, value); end |