Class: MySpace::Video

Inherits:
Object
  • Object
show all
Defined in:
lib/myspace/classes/video.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Object

build_request, get, get_raw, #initialize, json_to_obj, json_to_obj_collection

Constructor Details

This class inherits a constructor from MySpace::Object

Instance Attribute Details

#countryObject

Returns the value of attribute country.



12
13
14
# File 'lib/myspace/classes/video.rb', line 12

def country
  @country
end

#datecreatedObject

Returns the value of attribute datecreated.



13
14
15
# File 'lib/myspace/classes/video.rb', line 13

def datecreated
  @datecreated
end

#dateupdatedObject

Returns the value of attribute dateupdated.



14
15
16
# File 'lib/myspace/classes/video.rb', line 14

def dateupdated
  @dateupdated
end

#descriptionObject

Returns the value of attribute description.



15
16
17
# File 'lib/myspace/classes/video.rb', line 15

def description
  @description
end

#idObject

Returns the value of attribute id.



16
17
18
# File 'lib/myspace/classes/video.rb', line 16

def id
  @id
end

#imageObject

Returns the value of attribute image.



17
18
19
# File 'lib/myspace/classes/video.rb', line 17

def image
  @image
end

#languageObject

Returns the value of attribute language.



18
19
20
# File 'lib/myspace/classes/video.rb', line 18

def language
  @language
end

#mediastatusObject

Returns the value of attribute mediastatus.



19
20
21
# File 'lib/myspace/classes/video.rb', line 19

def mediastatus
  @mediastatus
end

#mediatypeObject

Returns the value of attribute mediatype.



20
21
22
# File 'lib/myspace/classes/video.rb', line 20

def mediatype
  @mediatype
end

#nameObject

Returns the value of attribute name.



21
22
23
# File 'lib/myspace/classes/video.rb', line 21

def name
  @name
end

#onlineNowObject

Returns the value of attribute onlineNow.



22
23
24
# File 'lib/myspace/classes/video.rb', line 22

def onlineNow
  @onlineNow
end

#privacyObject

Returns the value of attribute privacy.



23
24
25
# File 'lib/myspace/classes/video.rb', line 23

def privacy
  @privacy
end

#resourceuseridObject

Returns the value of attribute resourceuserid.



24
25
26
# File 'lib/myspace/classes/video.rb', line 24

def resourceuserid
  @resourceuserid
end

#runtimeObject

Returns the value of attribute runtime.



25
26
27
# File 'lib/myspace/classes/video.rb', line 25

def runtime
  @runtime
end

#thumbnailObject

Returns the value of attribute thumbnail.



26
27
28
# File 'lib/myspace/classes/video.rb', line 26

def thumbnail
  @thumbnail
end

#titleObject

Returns the value of attribute title.



27
28
29
# File 'lib/myspace/classes/video.rb', line 27

def title
  @title
end

#totalratingObject

Returns the value of attribute totalrating.



28
29
30
# File 'lib/myspace/classes/video.rb', line 28

def totalrating
  @totalrating
end

#totalviewsObject

Returns the value of attribute totalviews.



29
30
31
# File 'lib/myspace/classes/video.rb', line 29

def totalviews
  @totalviews
end

#totalvotesObject

Returns the value of attribute totalvotes.



30
31
32
# File 'lib/myspace/classes/video.rb', line 30

def totalvotes
  @totalvotes
end

#uriObject

Returns the value of attribute uri.



31
32
33
# File 'lib/myspace/classes/video.rb', line 31

def uri
  @uri
end

#userObject

Returns the value of attribute user.



33
34
35
# File 'lib/myspace/classes/video.rb', line 33

def user
  @user
end

#userIdObject

Returns the value of attribute userId.



34
35
36
# File 'lib/myspace/classes/video.rb', line 34

def userId
  @userId
end

#userTypeObject

Returns the value of attribute userType.



35
36
37
# File 'lib/myspace/classes/video.rb', line 35

def userType
  @userType
end

#videosObject

Returns the value of attribute videos.



36
37
38
# File 'lib/myspace/classes/video.rb', line 36

def videos
  @videos
end

#videoUriObject

Returns the value of attribute videoUri.



37
38
39
# File 'lib/myspace/classes/video.rb', line 37

def videoUri
  @videoUri
end

#webUriObject

Returns the value of attribute webUri.



38
39
40
# File 'lib/myspace/classes/video.rb', line 38

def webUri
  @webUri
end