Sha256: 288a8cbe67c7d6db8b1d3874a2dfca5a3bcc0c85119f769cf82fe45f2023c6f3
Contents?: true
Size: 395 Bytes
Versions: 1
Compression:
Stored size: 395 Bytes
Contents
# wrapping class to hold a flickr group # class Flickr::People::Person::Group attr_accessor :nsid, :name, :eighteenplus # create a new instance of a flickr group. # # Params # * attributes (Required) # a hash of attributes used to set the initial values of the contact object def initialize(attributes) attributes.each do |k,v| send("#{k}=", v) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rschenk-flickr_fu-0.3.2 | lib/flickr/group.rb |