Class: Flickr::Object::Person::UploadStatus::Month
- Inherits:
-
Flickr::Object
- Object
- Flickr::Object
- Flickr::Object::Person::UploadStatus::Month
- Defined in:
- lib/flickr/object/person/upload_status.rb
Instance Attribute Summary collapse
- #maximum ⇒ Integer readonly
- #remaining ⇒ Integer readonly
- #used ⇒ 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
#maximum ⇒ Integer (readonly)
8 |
# File 'lib/flickr/object/person/upload_status.rb', line 8 attribute :maximum, Integer |
#remaining ⇒ Integer (readonly)
10 |
# File 'lib/flickr/object/person/upload_status.rb', line 10 attribute :remaining, Integer |
#used ⇒ Integer (readonly)
9 |
# File 'lib/flickr/object/person/upload_status.rb', line 9 attribute :used, Integer |