class SportDb::Model::EventStandingEntry
Public Instance Methods
standing_id=(value)
click to toggle source
note:
map standing_id to group_standing_id - convenience alias
# File lib/sportdb/models/models/stats/event_standing.rb, line 26 def standing_id=(value) write_attribute(:event_standing_id, value); end