Class: Flickr::Object::Person::UploadStatus::Month

Inherits:
Flickr::Object show all
Defined in:
lib/flickr/object/person/upload_status.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

#maximumInteger (readonly)

Returns:

  • (Integer)


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

attribute :maximum,   Integer

#remainingInteger (readonly)

Returns:

  • (Integer)


10
# File 'lib/flickr/object/person/upload_status.rb', line 10

attribute :remaining, Integer

#usedInteger (readonly)

Returns:

  • (Integer)


9
# File 'lib/flickr/object/person/upload_status.rb', line 9

attribute :used,      Integer