Sha256: e93fe2716bb5152f6a09a63a24ec49882ebd389ee72ef207c99f9f2187406709

Contents?: true

Size: 155 Bytes

Versions: 1

Compression:

Stored size: 155 Bytes

Contents

class Profit
  attr_accessor :client
  attr_accessor :year

  def initialize(client, year = Time.now.year)
    @client = client
    @year = year
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bookyt-0.0.1 app/models/profit.rb