Class: Flickr::Object::License

Inherits:
Flickr::Object show all
Defined in:
lib/flickr/object/license.rb

Instance Attribute Summary collapse

Attributes inherited from Flickr::Object

#access_token, #attributes

Method Summary

Methods inherited from Flickr::Object

#==, #[], attribute, #initialize, #inspect, #matches?, #update

Methods included from Attributes

#attribute, #attributes

Methods included from AutoloadHelper

#autoload_dir, #autoload_names

Constructor Details

This class inherits a constructor from Flickr::Object

Instance Attribute Details

#idInteger (readonly)

Returns:

  • (Integer)


6
# File 'lib/flickr/object/license.rb', line 6

attribute :id,   Integer

#nameString (readonly)

Returns:

  • (String)


7
# File 'lib/flickr/object/license.rb', line 7

attribute :name, String

#urlString (readonly)

Returns:

  • (String)


8
# File 'lib/flickr/object/license.rb', line 8

attribute :url,  String