class Fedora::FedoraObject
def create_date
def create_date if attributes[:create_date] return attributes[:create_date] elsif !new_object? properties_from_fedora[:create_date] else return nil end end
def create_date if attributes[:create_date] return attributes[:create_date] elsif !new_object? properties_from_fedora[:create_date] else return nil end end