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