Class: SportDb::Model::GroupStandingEntry

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

Instance Method Summary collapse

Instance Method Details

#standing_id=(value) ⇒ Object

note:

map standing_id to group_standing_id - convenience alias


16
# File 'lib/sportdb/models/stats/group_standing_entry.rb', line 16

def standing_id=(value)  write_attribute(:group_standing_id, value);  end