Class: SportDb::Model::GroupStandingEntry

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
lib/sportdb/models/models/stats/group_standing.rb

Instance Method Summary collapse

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