Class: Facebooker::Album
- Inherits:
-
Object
- Object
- Facebooker::Album
- Includes:
- Model
- Defined in:
- lib/facebooker/models/album.rb
Overview
A simple representation of a photo album.
Instance Attribute Summary collapse
-
#aid ⇒ Object
Returns the value of attribute aid.
-
#cover_pid ⇒ Object
Returns the value of attribute cover_pid.
-
#created ⇒ Object
Returns the value of attribute created.
-
#description ⇒ Object
Returns the value of attribute description.
-
#link ⇒ Object
Returns the value of attribute link.
-
#location ⇒ Object
Returns the value of attribute location.
-
#modified ⇒ Object
Returns the value of attribute modified.
-
#name ⇒ Object
Returns the value of attribute name.
-
#owner ⇒ Object
Returns the value of attribute owner.
-
#size ⇒ Object
Returns the value of attribute size.
-
#visible ⇒ Object
Returns the value of attribute visible.
Method Summary
Methods included from Model
#anon=, included, #initialize, #populate, #populate_from_hash!, #populated?, #session
Instance Attribute Details
#aid ⇒ Object
Returns the value of attribute aid.
7 8 9 |
# File 'lib/facebooker/models/album.rb', line 7 def aid @aid end |
#cover_pid ⇒ Object
Returns the value of attribute cover_pid.
7 8 9 |
# File 'lib/facebooker/models/album.rb', line 7 def cover_pid @cover_pid end |
#created ⇒ Object
Returns the value of attribute created.
7 8 9 |
# File 'lib/facebooker/models/album.rb', line 7 def created @created end |
#description ⇒ Object
Returns the value of attribute description.
7 8 9 |
# File 'lib/facebooker/models/album.rb', line 7 def description @description end |
#link ⇒ Object
Returns the value of attribute link.
7 8 9 |
# File 'lib/facebooker/models/album.rb', line 7 def link @link end |
#location ⇒ Object
Returns the value of attribute location.
7 8 9 |
# File 'lib/facebooker/models/album.rb', line 7 def location @location end |
#modified ⇒ Object
Returns the value of attribute modified.
7 8 9 |
# File 'lib/facebooker/models/album.rb', line 7 def modified @modified end |
#name ⇒ Object
Returns the value of attribute name.
7 8 9 |
# File 'lib/facebooker/models/album.rb', line 7 def name @name end |
#owner ⇒ Object
Returns the value of attribute owner.
7 8 9 |
# File 'lib/facebooker/models/album.rb', line 7 def owner @owner end |
#size ⇒ Object
Returns the value of attribute size.
7 8 9 |
# File 'lib/facebooker/models/album.rb', line 7 def size @size end |
#visible ⇒ Object
Returns the value of attribute visible.
7 8 9 |
# File 'lib/facebooker/models/album.rb', line 7 def visible @visible end |