require 'xsd/qname' # {http://fliqz.com/services/080107}VideoInfo # cookedThumbnail - SOAP::SOAPString # description - SOAP::SOAPString # duration - (any) # embed - SOAP::SOAPString # name - SOAP::SOAPString # permalink - SOAP::SOAPString # plays - SOAP::SOAPInt # rating - SOAP::SOAPDouble # rawThumbnail - SOAP::SOAPString # shares - SOAP::SOAPInt # simpleEmbed - SOAP::SOAPString # sizeInBytes - SOAP::SOAPInt # status - VideoStatus # title - SOAP::SOAPString # uploadedDate - SOAP::SOAPDateTime class VideoInfo attr_accessor :cookedThumbnail attr_accessor :description attr_accessor :duration attr_accessor :embed attr_accessor :name attr_accessor :permalink attr_accessor :plays attr_accessor :rating attr_accessor :rawThumbnail attr_accessor :shares attr_accessor :simpleEmbed attr_accessor :sizeInBytes attr_accessor :status attr_accessor :title attr_accessor :uploadedDate def initialize(cookedThumbnail = nil, description = nil, duration = nil, embed = nil, name = nil, permalink = nil, plays = nil, rating = nil, rawThumbnail = nil, shares = nil, simpleEmbed = nil, sizeInBytes = nil, status = nil, title = nil, uploadedDate = nil) @cookedThumbnail = cookedThumbnail @description = description @duration = duration @embed = embed @name = name @permalink = permalink @plays = plays @rating = rating @rawThumbnail = rawThumbnail @shares = shares @simpleEmbed = simpleEmbed @sizeInBytes = sizeInBytes @status = status @title = title @uploadedDate = uploadedDate end end # {http://schemas.datacontract.org/2004/07/Fliqz.Services.VideoService}FlagReport # language - SOAP::SOAPInt # other - SOAP::SOAPInt # pornography - SOAP::SOAPInt # racial - SOAP::SOAPInt # violence - SOAP::SOAPInt class FlagReport attr_accessor :language attr_accessor :other attr_accessor :pornography attr_accessor :racial attr_accessor :violence def initialize(language = nil, other = nil, pornography = nil, racial = nil, violence = nil) @language = language @other = other @pornography = pornography @racial = racial @violence = violence end end # {http://www.microsoft.com/practices/EnterpriseLibrary/2007/01/wcf/validation}ValidationFault # details - ArrayOfValidationDetail class ValidationFault attr_accessor :details def initialize(details = nil) @details = details end end # {http://schemas.datacontract.org/2004/07/Microsoft.Practices.EnterpriseLibrary.Validation.Integration.WCF}ArrayOfValidationDetail class ArrayOfValidationDetail < ::Array end # {http://schemas.datacontract.org/2004/07/Microsoft.Practices.EnterpriseLibrary.Validation.Integration.WCF}ValidationDetail # key - SOAP::SOAPString # message - SOAP::SOAPString # tag - SOAP::SOAPString class ValidationDetail attr_accessor :key attr_accessor :message attr_accessor :tag def initialize(key = nil, message = nil, tag = nil) @key = key @message = message @tag = tag end end # {http://schemas.datacontract.org/2004/07/Fliqz.Services.VideoService}VideoStatus class VideoStatus < ::String Available = VideoStatus.new("Available") Broken = VideoStatus.new("Broken") Deleted = VideoStatus.new("Deleted") Encoding = VideoStatus.new("Encoding") end # {http://fliqz.com/services/080107}GetRating # videoID - (any) class GetRating attr_accessor :videoID def initialize(videoID = nil) @videoID = videoID end end # {http://fliqz.com/services/080107}GetRatingResponse # getRatingResult - SOAP::SOAPDouble class GetRatingResponse attr_accessor :getRatingResult def initialize(getRatingResult = nil) @getRatingResult = getRatingResult end end # {http://fliqz.com/services/080107}GetRatingByIndex # videoIndex - SOAP::SOAPInt class GetRatingByIndex attr_accessor :videoIndex def initialize(videoIndex = nil) @videoIndex = videoIndex end end # {http://fliqz.com/services/080107}GetRatingByIndexResponse # getRatingByIndexResult - SOAP::SOAPDouble class GetRatingByIndexResponse attr_accessor :getRatingByIndexResult def initialize(getRatingByIndexResult = nil) @getRatingByIndexResult = getRatingByIndexResult end end # {http://fliqz.com/services/080107}UpdateRating # videoID - (any) # rating - SOAP::SOAPDouble # previousRating - SOAP::SOAPDouble class UpdateRating attr_accessor :videoID attr_accessor :rating attr_accessor :previousRating def initialize(videoID = nil, rating = nil, previousRating = nil) @videoID = videoID @rating = rating @previousRating = previousRating end end # {http://fliqz.com/services/080107}UpdateRatingResponse # updateRatingResult - SOAP::SOAPDouble class UpdateRatingResponse attr_accessor :updateRatingResult def initialize(updateRatingResult = nil) @updateRatingResult = updateRatingResult end end # {http://fliqz.com/services/080107}UpdateRatingByIndex # videoIndex - SOAP::SOAPInt # rating - SOAP::SOAPDouble # previousRating - SOAP::SOAPDouble class UpdateRatingByIndex attr_accessor :videoIndex attr_accessor :rating attr_accessor :previousRating def initialize(videoIndex = nil, rating = nil, previousRating = nil) @videoIndex = videoIndex @rating = rating @previousRating = previousRating end end # {http://fliqz.com/services/080107}UpdateRatingByIndexResponse # updateRatingByIndexResult - SOAP::SOAPDouble class UpdateRatingByIndexResponse attr_accessor :updateRatingByIndexResult def initialize(updateRatingByIndexResult = nil) @updateRatingByIndexResult = updateRatingByIndexResult end end # {http://fliqz.com/services/080107}GetPermalink # videoID - (any) class GetPermalink attr_accessor :videoID def initialize(videoID = nil) @videoID = videoID end end # {http://fliqz.com/services/080107}GetPermalinkResponse # getPermalinkResult - SOAP::SOAPString class GetPermalinkResponse attr_accessor :getPermalinkResult def initialize(getPermalinkResult = nil) @getPermalinkResult = getPermalinkResult end end # {http://fliqz.com/services/080107}GetPermalinkByIndex # videoIndex - SOAP::SOAPInt class GetPermalinkByIndex attr_accessor :videoIndex def initialize(videoIndex = nil) @videoIndex = videoIndex end end # {http://fliqz.com/services/080107}GetPermalinkByIndexResponse # getPermalinkByIndexResult - SOAP::SOAPString class GetPermalinkByIndexResponse attr_accessor :getPermalinkByIndexResult def initialize(getPermalinkByIndexResult = nil) @getPermalinkByIndexResult = getPermalinkByIndexResult end end # {http://fliqz.com/services/080107}GetPermalinkByProfile # profileID - (any) # videoID - (any) class GetPermalinkByProfile attr_accessor :profileID attr_accessor :videoID def initialize(profileID = nil, videoID = nil) @profileID = profileID @videoID = videoID end end # {http://fliqz.com/services/080107}GetPermalinkByProfileResponse # getPermalinkByProfileResult - SOAP::SOAPString class GetPermalinkByProfileResponse attr_accessor :getPermalinkByProfileResult def initialize(getPermalinkByProfileResult = nil) @getPermalinkByProfileResult = getPermalinkByProfileResult end end # {http://fliqz.com/services/080107}GetPermalinkByProfileAndIndex # profileID - (any) # videoIndex - SOAP::SOAPInt class GetPermalinkByProfileAndIndex attr_accessor :profileID attr_accessor :videoIndex def initialize(profileID = nil, videoIndex = nil) @profileID = profileID @videoIndex = videoIndex end end # {http://fliqz.com/services/080107}GetPermalinkByProfileAndIndexResponse # getPermalinkByProfileAndIndexResult - SOAP::SOAPString class GetPermalinkByProfileAndIndexResponse attr_accessor :getPermalinkByProfileAndIndexResult def initialize(getPermalinkByProfileAndIndexResult = nil) @getPermalinkByProfileAndIndexResult = getPermalinkByProfileAndIndexResult end end # {http://fliqz.com/services/080107}GetEmbedByProfile # profileID - (any) # videoID - (any) class GetEmbedByProfile attr_accessor :profileID attr_accessor :videoID def initialize(profileID = nil, videoID = nil) @profileID = profileID @videoID = videoID end end # {http://fliqz.com/services/080107}GetEmbedByProfileResponse # getEmbedByProfileResult - SOAP::SOAPString class GetEmbedByProfileResponse attr_accessor :getEmbedByProfileResult def initialize(getEmbedByProfileResult = nil) @getEmbedByProfileResult = getEmbedByProfileResult end end # {http://fliqz.com/services/080107}GetEmbedByProfileAndIndex # profileID - (any) # videoIndex - SOAP::SOAPInt class GetEmbedByProfileAndIndex attr_accessor :profileID attr_accessor :videoIndex def initialize(profileID = nil, videoIndex = nil) @profileID = profileID @videoIndex = videoIndex end end # {http://fliqz.com/services/080107}GetEmbedByProfileAndIndexResponse # getEmbedByProfileAndIndexResult - SOAP::SOAPString class GetEmbedByProfileAndIndexResponse attr_accessor :getEmbedByProfileAndIndexResult def initialize(getEmbedByProfileAndIndexResult = nil) @getEmbedByProfileAndIndexResult = getEmbedByProfileAndIndexResult end end # {http://fliqz.com/services/080107}GetEmbed # videoID - (any) class GetEmbed attr_accessor :videoID def initialize(videoID = nil) @videoID = videoID end end # {http://fliqz.com/services/080107}GetEmbedResponse # getEmbedResult - SOAP::SOAPString class GetEmbedResponse attr_accessor :getEmbedResult def initialize(getEmbedResult = nil) @getEmbedResult = getEmbedResult end end # {http://fliqz.com/services/080107}GetEmbedByIndex # videoIndex - SOAP::SOAPInt class GetEmbedByIndex attr_accessor :videoIndex def initialize(videoIndex = nil) @videoIndex = videoIndex end end # {http://fliqz.com/services/080107}GetEmbedByIndexResponse # getEmbedByIndexResult - SOAP::SOAPString class GetEmbedByIndexResponse attr_accessor :getEmbedByIndexResult def initialize(getEmbedByIndexResult = nil) @getEmbedByIndexResult = getEmbedByIndexResult end end # {http://fliqz.com/services/080107}Flag # videoID - (any) # flags - FlagReport # description - SOAP::SOAPString class Flag attr_accessor :videoID attr_accessor :flags attr_accessor :description def initialize(videoID = nil, flags = nil, description = nil) @videoID = videoID @flags = flags @description = description end end # {http://fliqz.com/services/080107}FlagResponse class FlagResponse def initialize end end # {http://fliqz.com/services/080107}FlagByIndex # videoIndex - SOAP::SOAPInt # flags - FlagReport # description - SOAP::SOAPString class FlagByIndex attr_accessor :videoIndex attr_accessor :flags attr_accessor :description def initialize(videoIndex = nil, flags = nil, description = nil) @videoIndex = videoIndex @flags = flags @description = description end end # {http://fliqz.com/services/080107}FlagByIndexResponse class FlagByIndexResponse def initialize end end # {http://fliqz.com/services/080107}GetFlagReport # videoID - (any) class GetFlagReport attr_accessor :videoID def initialize(videoID = nil) @videoID = videoID end end # {http://fliqz.com/services/080107}GetFlagReportResponse # getFlagReportResult - FlagReport class GetFlagReportResponse attr_accessor :getFlagReportResult def initialize(getFlagReportResult = nil) @getFlagReportResult = getFlagReportResult end end # {http://fliqz.com/services/080107}GetFlagReportByIndex # videoIndex - SOAP::SOAPInt class GetFlagReportByIndex attr_accessor :videoIndex def initialize(videoIndex = nil) @videoIndex = videoIndex end end # {http://fliqz.com/services/080107}GetFlagReportByIndexResponse # getFlagReportByIndexResult - FlagReport class GetFlagReportByIndexResponse attr_accessor :getFlagReportByIndexResult def initialize(getFlagReportByIndexResult = nil) @getFlagReportByIndexResult = getFlagReportByIndexResult end end # {http://fliqz.com/services/080107}ShareByProfile # profileID - (any) # videoID - (any) # to - SOAP::SOAPString # from - SOAP::SOAPString # messageBody - SOAP::SOAPString # permalink - SOAP::SOAPString # copyToSender - SOAP::SOAPBoolean # notify - SOAP::SOAPBoolean class ShareByProfile attr_accessor :profileID attr_accessor :videoID attr_accessor :to attr_accessor :from attr_accessor :messageBody attr_accessor :permalink attr_accessor :copyToSender attr_accessor :notify def initialize(profileID = nil, videoID = nil, to = nil, from = nil, messageBody = nil, permalink = nil, copyToSender = nil, notify = nil) @profileID = profileID @videoID = videoID @to = to @from = from @messageBody = messageBody @permalink = permalink @copyToSender = copyToSender @notify = notify end end # {http://fliqz.com/services/080107}ShareByProfileResponse class ShareByProfileResponse def initialize end end # {http://fliqz.com/services/080107}ShareByProfileAndIndex # profileID - (any) # videoIndex - SOAP::SOAPInt # to - SOAP::SOAPString # from - SOAP::SOAPString # messageBody - SOAP::SOAPString # permalink - SOAP::SOAPString # copyToSender - SOAP::SOAPBoolean # notify - SOAP::SOAPBoolean class ShareByProfileAndIndex attr_accessor :profileID attr_accessor :videoIndex attr_accessor :to attr_accessor :from attr_accessor :messageBody attr_accessor :permalink attr_accessor :copyToSender attr_accessor :notify def initialize(profileID = nil, videoIndex = nil, to = nil, from = nil, messageBody = nil, permalink = nil, copyToSender = nil, notify = nil) @profileID = profileID @videoIndex = videoIndex @to = to @from = from @messageBody = messageBody @permalink = permalink @copyToSender = copyToSender @notify = notify end end # {http://fliqz.com/services/080107}ShareByProfileAndIndexResponse class ShareByProfileAndIndexResponse def initialize end end # {http://fliqz.com/services/080107}Share # videoID - (any) # to - SOAP::SOAPString # from - SOAP::SOAPString # messageBody - SOAP::SOAPString # permalink - SOAP::SOAPString # copyToSender - SOAP::SOAPBoolean # notify - SOAP::SOAPBoolean class Share attr_accessor :videoID attr_accessor :to attr_accessor :from attr_accessor :messageBody attr_accessor :permalink attr_accessor :copyToSender attr_accessor :notify def initialize(videoID = nil, to = nil, from = nil, messageBody = nil, permalink = nil, copyToSender = nil, notify = nil) @videoID = videoID @to = to @from = from @messageBody = messageBody @permalink = permalink @copyToSender = copyToSender @notify = notify end end # {http://fliqz.com/services/080107}ShareResponse class ShareResponse def initialize end end # {http://fliqz.com/services/080107}ShareByIndex # videoIndex - SOAP::SOAPInt # to - SOAP::SOAPString # from - SOAP::SOAPString # messageBody - SOAP::SOAPString # permalink - SOAP::SOAPString # copyToSender - SOAP::SOAPBoolean # notify - SOAP::SOAPBoolean class ShareByIndex attr_accessor :videoIndex attr_accessor :to attr_accessor :from attr_accessor :messageBody attr_accessor :permalink attr_accessor :copyToSender attr_accessor :notify def initialize(videoIndex = nil, to = nil, from = nil, messageBody = nil, permalink = nil, copyToSender = nil, notify = nil) @videoIndex = videoIndex @to = to @from = from @messageBody = messageBody @permalink = permalink @copyToSender = copyToSender @notify = notify end end # {http://fliqz.com/services/080107}ShareByIndexResponse class ShareByIndexResponse def initialize end end # {http://fliqz.com/services/080107}GetShares # videoID - (any) # endTimestamp - SOAP::SOAPDateTime # period - (any) class GetShares attr_accessor :videoID attr_accessor :endTimestamp attr_accessor :period def initialize(videoID = nil, endTimestamp = nil, period = nil) @videoID = videoID @endTimestamp = endTimestamp @period = period end end # {http://fliqz.com/services/080107}GetSharesResponse # getSharesResult - SOAP::SOAPInt class GetSharesResponse attr_accessor :getSharesResult def initialize(getSharesResult = nil) @getSharesResult = getSharesResult end end # {http://fliqz.com/services/080107}GetSharesByIndex # videoIndex - SOAP::SOAPInt # endTimestamp - SOAP::SOAPDateTime # period - (any) class GetSharesByIndex attr_accessor :videoIndex attr_accessor :endTimestamp attr_accessor :period def initialize(videoIndex = nil, endTimestamp = nil, period = nil) @videoIndex = videoIndex @endTimestamp = endTimestamp @period = period end end # {http://fliqz.com/services/080107}GetSharesByIndexResponse # getSharesByIndexResult - SOAP::SOAPInt class GetSharesByIndexResponse attr_accessor :getSharesByIndexResult def initialize(getSharesByIndexResult = nil) @getSharesByIndexResult = getSharesByIndexResult end end # {http://fliqz.com/services/080107}GetAllShares # videoID - (any) class GetAllShares attr_accessor :videoID def initialize(videoID = nil) @videoID = videoID end end # {http://fliqz.com/services/080107}GetAllSharesResponse # getAllSharesResult - SOAP::SOAPInt class GetAllSharesResponse attr_accessor :getAllSharesResult def initialize(getAllSharesResult = nil) @getAllSharesResult = getAllSharesResult end end # {http://fliqz.com/services/080107}GetAllSharesByIndex # videoIndex - SOAP::SOAPInt class GetAllSharesByIndex attr_accessor :videoIndex def initialize(videoIndex = nil) @videoIndex = videoIndex end end # {http://fliqz.com/services/080107}GetAllSharesByIndexResponse # getAllSharesByIndexResult - SOAP::SOAPInt class GetAllSharesByIndexResponse attr_accessor :getAllSharesByIndexResult def initialize(getAllSharesByIndexResult = nil) @getAllSharesByIndexResult = getAllSharesByIndexResult end end # {http://fliqz.com/services/080107}GetTitle # videoID - (any) class GetTitle attr_accessor :videoID def initialize(videoID = nil) @videoID = videoID end end # {http://fliqz.com/services/080107}GetTitleResponse # getTitleResult - SOAP::SOAPString class GetTitleResponse attr_accessor :getTitleResult def initialize(getTitleResult = nil) @getTitleResult = getTitleResult end end # {http://fliqz.com/services/080107}GetTitleByIndex # videoIndex - SOAP::SOAPInt class GetTitleByIndex attr_accessor :videoIndex def initialize(videoIndex = nil) @videoIndex = videoIndex end end # {http://fliqz.com/services/080107}GetTitleByIndexResponse # getTitleByIndexResult - SOAP::SOAPString class GetTitleByIndexResponse attr_accessor :getTitleByIndexResult def initialize(getTitleByIndexResult = nil) @getTitleByIndexResult = getTitleByIndexResult end end # {http://fliqz.com/services/080107}GetDuration # videoID - (any) class GetDuration attr_accessor :videoID def initialize(videoID = nil) @videoID = videoID end end # {http://fliqz.com/services/080107}GetDurationResponse # getDurationResult - (any) class GetDurationResponse attr_accessor :getDurationResult def initialize(getDurationResult = nil) @getDurationResult = getDurationResult end end # {http://fliqz.com/services/080107}GetDurationByIndex # videoIndex - SOAP::SOAPInt class GetDurationByIndex attr_accessor :videoIndex def initialize(videoIndex = nil) @videoIndex = videoIndex end end # {http://fliqz.com/services/080107}GetDurationByIndexResponse # getDurationByIndexResult - (any) class GetDurationByIndexResponse attr_accessor :getDurationByIndexResult def initialize(getDurationByIndexResult = nil) @getDurationByIndexResult = getDurationByIndexResult end end # {http://fliqz.com/services/080107}UpdateAndGetPlays # videoID - (any) class UpdateAndGetPlays attr_accessor :videoID def initialize(videoID = nil) @videoID = videoID end end # {http://fliqz.com/services/080107}UpdateAndGetPlaysResponse # updateAndGetPlaysResult - SOAP::SOAPInt class UpdateAndGetPlaysResponse attr_accessor :updateAndGetPlaysResult def initialize(updateAndGetPlaysResult = nil) @updateAndGetPlaysResult = updateAndGetPlaysResult end end # {http://fliqz.com/services/080107}UpdateAndGetPlaysByIndex # videoIndex - SOAP::SOAPInt class UpdateAndGetPlaysByIndex attr_accessor :videoIndex def initialize(videoIndex = nil) @videoIndex = videoIndex end end # {http://fliqz.com/services/080107}UpdateAndGetPlaysByIndexResponse # updateAndGetPlaysByIndexResult - SOAP::SOAPInt class UpdateAndGetPlaysByIndexResponse attr_accessor :updateAndGetPlaysByIndexResult def initialize(updateAndGetPlaysByIndexResult = nil) @updateAndGetPlaysByIndexResult = updateAndGetPlaysByIndexResult end end # {http://fliqz.com/services/080107}GetPlays # videoID - (any) # endTimestamp - SOAP::SOAPDateTime # period - (any) class GetPlays attr_accessor :videoID attr_accessor :endTimestamp attr_accessor :period def initialize(videoID = nil, endTimestamp = nil, period = nil) @videoID = videoID @endTimestamp = endTimestamp @period = period end end # {http://fliqz.com/services/080107}GetPlaysResponse # getPlaysResult - SOAP::SOAPInt class GetPlaysResponse attr_accessor :getPlaysResult def initialize(getPlaysResult = nil) @getPlaysResult = getPlaysResult end end # {http://fliqz.com/services/080107}GetPlaysByIndex # videoIndex - SOAP::SOAPInt # endTimestamp - SOAP::SOAPDateTime # period - (any) class GetPlaysByIndex attr_accessor :videoIndex attr_accessor :endTimestamp attr_accessor :period def initialize(videoIndex = nil, endTimestamp = nil, period = nil) @videoIndex = videoIndex @endTimestamp = endTimestamp @period = period end end # {http://fliqz.com/services/080107}GetPlaysByIndexResponse # getPlaysByIndexResult - SOAP::SOAPInt class GetPlaysByIndexResponse attr_accessor :getPlaysByIndexResult def initialize(getPlaysByIndexResult = nil) @getPlaysByIndexResult = getPlaysByIndexResult end end # {http://fliqz.com/services/080107}GetAllPlays # videoID - (any) class GetAllPlays attr_accessor :videoID def initialize(videoID = nil) @videoID = videoID end end # {http://fliqz.com/services/080107}GetAllPlaysResponse # getAllPlaysResult - SOAP::SOAPInt class GetAllPlaysResponse attr_accessor :getAllPlaysResult def initialize(getAllPlaysResult = nil) @getAllPlaysResult = getAllPlaysResult end end # {http://fliqz.com/services/080107}GetAllPlaysByIndex # videoIndex - SOAP::SOAPInt class GetAllPlaysByIndex attr_accessor :videoIndex def initialize(videoIndex = nil) @videoIndex = videoIndex end end # {http://fliqz.com/services/080107}GetAllPlaysByIndexResponse # getAllPlaysByIndexResult - SOAP::SOAPInt class GetAllPlaysByIndexResponse attr_accessor :getAllPlaysByIndexResult def initialize(getAllPlaysByIndexResult = nil) @getAllPlaysByIndexResult = getAllPlaysByIndexResult end end # {http://fliqz.com/services/080107}GetVideoInfoByProfile # profileID - (any) # videoID - (any) class GetVideoInfoByProfile attr_accessor :profileID attr_accessor :videoID def initialize(profileID = nil, videoID = nil) @profileID = profileID @videoID = videoID end end # {http://fliqz.com/services/080107}GetVideoInfoByProfileResponse # getVideoInfoByProfileResult - VideoInfo class GetVideoInfoByProfileResponse attr_accessor :getVideoInfoByProfileResult def initialize(getVideoInfoByProfileResult = nil) @getVideoInfoByProfileResult = getVideoInfoByProfileResult end end # {http://fliqz.com/services/080107}GetVideoInfoByProfileAndIndex # profileID - (any) # videoIndex - SOAP::SOAPInt class GetVideoInfoByProfileAndIndex attr_accessor :profileID attr_accessor :videoIndex def initialize(profileID = nil, videoIndex = nil) @profileID = profileID @videoIndex = videoIndex end end # {http://fliqz.com/services/080107}GetVideoInfoByProfileAndIndexResponse # getVideoInfoByProfileAndIndexResult - VideoInfo class GetVideoInfoByProfileAndIndexResponse attr_accessor :getVideoInfoByProfileAndIndexResult def initialize(getVideoInfoByProfileAndIndexResult = nil) @getVideoInfoByProfileAndIndexResult = getVideoInfoByProfileAndIndexResult end end # {http://fliqz.com/services/080107}GetVideoInfo # videoID - (any) class GetVideoInfo attr_accessor :videoID def initialize(videoID = nil) @videoID = videoID end end # {http://fliqz.com/services/080107}GetVideoInfoResponse # getVideoInfoResult - VideoInfo class GetVideoInfoResponse attr_accessor :getVideoInfoResult def initialize(getVideoInfoResult = nil) @getVideoInfoResult = getVideoInfoResult end end # {http://fliqz.com/services/080107}GetVideoInfoByIndex # videoIndex - SOAP::SOAPInt class GetVideoInfoByIndex attr_accessor :videoIndex def initialize(videoIndex = nil) @videoIndex = videoIndex end end # {http://fliqz.com/services/080107}GetVideoInfoByIndexResponse # getVideoInfoByIndexResult - VideoInfo class GetVideoInfoByIndexResponse attr_accessor :getVideoInfoByIndexResult def initialize(getVideoInfoByIndexResult = nil) @getVideoInfoByIndexResult = getVideoInfoByIndexResult end end