class Quovo::Models::Position

Public Instance Methods

last_purchase_date() click to toggle source
# File lib/quovo/models/position.rb, line 34
def last_purchase_date
  @last_purchase_date.to_time
end