Class: SportDb::Model::AlltimeStandingEntry

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

Instance Method Summary collapse

Instance Method Details

#standing_id=(value) ⇒ Object

note:

map standing_id to alltime_standing_id - convenience alias


25
# File 'lib/sportdb/models/models/stats/alltime_standing.rb', line 25

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