Class: Facebooker::Video
- Inherits:
-
Object
- Object
- Facebooker::Video
- Includes:
- Model
- Defined in:
- lib/facebooker/models/video.rb
Instance Attribute Summary collapse
-
#created ⇒ Object
Returns the value of attribute created.
-
#description ⇒ Object
Returns the value of attribute description.
-
#link ⇒ Object
Returns the value of attribute link.
-
#owner ⇒ Object
Returns the value of attribute owner.
-
#story_fbid ⇒ Object
Returns the value of attribute story_fbid.
-
#title ⇒ Object
Returns the value of attribute title.
-
#vid ⇒ Object
Returns the value of attribute vid.
Method Summary
Methods included from Model
#anon=, included, #initialize, #populate, #populate_from_hash!, #populated?, #session
Instance Attribute Details
#created ⇒ Object
Returns the value of attribute created.
5 6 7 |
# File 'lib/facebooker/models/video.rb', line 5 def created @created end |
#description ⇒ Object
Returns the value of attribute description.
5 6 7 |
# File 'lib/facebooker/models/video.rb', line 5 def description @description end |
#link ⇒ Object
Returns the value of attribute link.
5 6 7 |
# File 'lib/facebooker/models/video.rb', line 5 def link @link end |
#owner ⇒ Object
Returns the value of attribute owner.
5 6 7 |
# File 'lib/facebooker/models/video.rb', line 5 def owner @owner end |
#story_fbid ⇒ Object
Returns the value of attribute story_fbid.
5 6 7 |
# File 'lib/facebooker/models/video.rb', line 5 def story_fbid @story_fbid end |
#title ⇒ Object
Returns the value of attribute title.
5 6 7 |
# File 'lib/facebooker/models/video.rb', line 5 def title @title end |
#vid ⇒ Object
Returns the value of attribute vid.
5 6 7 |
# File 'lib/facebooker/models/video.rb', line 5 def vid @vid end |