class ActivityPayment

Public Instance Methods

date_end() click to toggle source
# File Entities/Activity.rb, line 159
def date_end
  Date.from_db(self._date_end)
end
date_start() click to toggle source
# File Entities/Activity.rb, line 155
def date_start
  Date.from_db(self._date_start)
end
print() click to toggle source