Class: Spacer::Video

Inherits:
Object
  • Object
show all
Includes:
Model
Defined in:
lib/spacer/models/video.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Model

included, #initialize, #populate, #populate_from_hash!, #populated?

Instance Attribute Details

#__typeObject

Returns the value of attribute __type.



4
5
6
# File 'lib/spacer/models/video.rb', line 4

def __type
  @__type
end

#countryObject

Returns the value of attribute country.



4
5
6
# File 'lib/spacer/models/video.rb', line 4

def country
  @country
end

#datecreatedObject

Returns the value of attribute datecreated.



4
5
6
# File 'lib/spacer/models/video.rb', line 4

def datecreated
  @datecreated
end

#dateupdatedObject

Returns the value of attribute dateupdated.



4
5
6
# File 'lib/spacer/models/video.rb', line 4

def dateupdated
  @dateupdated
end

#descriptionObject

Returns the value of attribute description.



4
5
6
# File 'lib/spacer/models/video.rb', line 4

def description
  @description
end

#idObject

Returns the value of attribute id.



4
5
6
# File 'lib/spacer/models/video.rb', line 4

def id
  @id
end

#languageObject

Returns the value of attribute language.



4
5
6
# File 'lib/spacer/models/video.rb', line 4

def language
  @language
end

#mediastatusObject

Returns the value of attribute mediastatus.



4
5
6
# File 'lib/spacer/models/video.rb', line 4

def mediastatus
  @mediastatus
end

#mediatypeObject

Returns the value of attribute mediatype.



4
5
6
# File 'lib/spacer/models/video.rb', line 4

def mediatype
  @mediatype
end

#privacyObject

Returns the value of attribute privacy.



4
5
6
# File 'lib/spacer/models/video.rb', line 4

def privacy
  @privacy
end

#resourceuseridObject

Returns the value of attribute resourceuserid.



4
5
6
# File 'lib/spacer/models/video.rb', line 4

def resourceuserid
  @resourceuserid
end

#runtimeObject

Returns the value of attribute runtime.



4
5
6
# File 'lib/spacer/models/video.rb', line 4

def runtime
  @runtime
end

#thumbnailObject

Returns the value of attribute thumbnail.



4
5
6
# File 'lib/spacer/models/video.rb', line 4

def thumbnail
  @thumbnail
end

#titleObject

Returns the value of attribute title.



4
5
6
# File 'lib/spacer/models/video.rb', line 4

def title
  @title
end

#totalratingObject

Returns the value of attribute totalrating.



4
5
6
# File 'lib/spacer/models/video.rb', line 4

def totalrating
  @totalrating
end

#totalviewsObject

Returns the value of attribute totalviews.



4
5
6
# File 'lib/spacer/models/video.rb', line 4

def totalviews
  @totalviews
end

#totalvotesObject

Returns the value of attribute totalvotes.



4
5
6
# File 'lib/spacer/models/video.rb', line 4

def totalvotes
  @totalvotes
end

#userObject

Returns the value of attribute user.



4
5
6
# File 'lib/spacer/models/video.rb', line 4

def user
  @user
end

#videoUriObject

Returns the value of attribute videoUri.



4
5
6
# File 'lib/spacer/models/video.rb', line 4

def videoUri
  @videoUri
end