class SBF::Client::PartialEvent

Attributes

id[RW]
year[RW]

Public Instance Methods

virtual?() click to toggle source

TODO: Having this check be different between partial/full is bad and should be fixed.

# File lib/stbaldricks/entities/event.rb, line 151
def virtual?
  (id == 1)
end