Class: Flickr::Object::License
- Inherits:
-
Flickr::Object
- Object
- Flickr::Object
- Flickr::Object::License
- Defined in:
- lib/flickr/object/license.rb
Instance Attribute Summary collapse
- #id ⇒ Integer readonly
- #name ⇒ String readonly
- #url ⇒ String readonly
Attributes inherited from Flickr::Object
Method Summary
Methods inherited from Flickr::Object
#==, #[], attribute, #initialize, #inspect, #matches?, #update
Methods included from Attributes
Methods included from AutoloadHelper
#autoload_dir, #autoload_names
Constructor Details
This class inherits a constructor from Flickr::Object
Instance Attribute Details
#id ⇒ Integer (readonly)
6 |
# File 'lib/flickr/object/license.rb', line 6 attribute :id, Integer |
#name ⇒ String (readonly)
7 |
# File 'lib/flickr/object/license.rb', line 7 attribute :name, String |
#url ⇒ String (readonly)
8 |
# File 'lib/flickr/object/license.rb', line 8 attribute :url, String |