Sha256: 5bae1c500787d986a41b166d0cfe9c26c28fe72c1427b964fcf81c480eccf481

Contents?: true

Size: 108 Bytes

Versions: 35

Compression:

Stored size: 108 Bytes

Contents

class User
  attr_reader :id, :email

  def initialize(id, email)
    @id = id
    @email = email
  end
end

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
smart_ioc-0.5.2 spec/smart_ioc/example/users/user.rb
smart_ioc-0.5.1 spec/smart_ioc/example/users/user.rb
smart_ioc-0.5.0 spec/smart_ioc/example/users/user.rb
smart_ioc-0.3.9 spec/smart_ioc/example/users/user.rb
smart_ioc-0.4.0 spec/smart_ioc/example/users/user.rb
smart_ioc-0.3.8 spec/smart_ioc/example/users/user.rb
smart_ioc-0.3.7 spec/smart_ioc/example/users/user.rb
smart_ioc-0.3.6 spec/smart_ioc/example/users/user.rb
smart_ioc-0.3.5 spec/smart_ioc/example/users/user.rb
smart_ioc-0.3.2 spec/smart_ioc/example/users/user.rb
smart_ioc-0.3.1 spec/smart_ioc/example/users/user.rb
smart_ioc-0.3.0 spec/smart_ioc/example/users/user.rb
smart_ioc-0.2.5 spec/smart_ioc/example/users/user.rb
smart_ioc-0.2.4 spec/smart_ioc/example/users/user.rb
smart_ioc-0.2.3 spec/smart_ioc/example/users/user.rb
smart_ioc-0.2.2 spec/smart_ioc/example/users/user.rb
smart_ioc-0.2.1 spec/smart_ioc/example/users/user.rb
smart_ioc-0.2.0 spec/smart_ioc/example/users/user.rb
smart_ioc-0.1.30 spec/smart_ioc/example/users/user.rb
smart_ioc-0.1.29 spec/smart_ioc/example/users/user.rb