Sha256: eda9afe29a749a2253f21b413b1f5e893504fbe4588c3f31ed7b76641c685cc9

Contents?: true

Size: 204 Bytes

Versions: 3

Compression:

Stored size: 204 Bytes

Contents

module Quicken
  class Account < Foundation
    accessors_for_spec Quicken::Spec::ACCOUNT

    def ==(another)
      self.number == another.number &&
      self.type == another.type
    end
    
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
quicken-0.0.3 lib/quicken/account.rb
quicken-0.0.2 lib/quicken/account.rb
quicken-0.0.1 lib/quicken/account.rb