Class: Flickr::Object::Person::UploadStatus
- Inherits:
-
Flickr::Object
- Object
- Flickr::Object
- Flickr::Object::Person::UploadStatus
- Defined in:
- lib/flickr/object/person/upload_status.rb,
lib/flickr/object/attribute_locations/person/upload_status.rb
Defined Under Namespace
Classes: Month
Instance Attribute Summary collapse
- #current_month ⇒ Month readonly
- #maximum_photo_size ⇒ Integer 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
#current_month ⇒ Month (readonly)
13 |
# File 'lib/flickr/object/person/upload_status.rb', line 13 attribute :current_month, Month |
#maximum_photo_size ⇒ Integer (readonly)
14 |
# File 'lib/flickr/object/person/upload_status.rb', line 14 attribute :maximum_photo_size, Integer |