Sha256: ea71e99c6c5f7d295e22ff8e9d8324c7720742a2bf9be649b6c2f0bbc7e5e3fa
Contents?: true
Size: 237 Bytes
Versions: 3
Compression:
Stored size: 237 Bytes
Contents
class Contact attr_accessor :first_name, :last_name, :email def initialize(attribute_map) @first_name = attribute_map[:first_name] @last_name = attribute_map[:last_name] @email = attribute_map[:email] end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
glimmer-0.1.11.SWT4.14 | samples/contactmanager/contact.rb |
glimmer-0.1.11.470 | samples/contactmanager/contact.rb |
glimmer-0.1.10.470 | samples/contactmanager/contact.rb |