class DogBiscuits::Work

Public Instance Methods

agent?() click to toggle source
# File lib/dog_biscuits/models/work.rb, line 17
def agent?
  false
end
authority?() click to toggle source
# File lib/dog_biscuits/models/work.rb, line 13
def authority?
  false
end
collection?() click to toggle source
# File lib/dog_biscuits/models/work.rb, line 29
def collection?
  false
end
combine_dates() click to toggle source
# File lib/dog_biscuits/models/work.rb, line 33
def combine_dates
  self.date = []
end
file_set?() click to toggle source
# File lib/dog_biscuits/models/work.rb, line 25
def file_set?
  false
end
work?() click to toggle source
# File lib/dog_biscuits/models/work.rb, line 21
def work?
  true
end