Class: GoogleVideo::VideoDetailsResponse

Inherits:
Record
  • Object
show all
Defined in:
lib/google-video.rb

Overview

Describes a response to a VideoDetailsRequest. Parameters are specified via a hash passed to the object on construction mapping attribute names to their respective values.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Record

#initialize

Constructor Details

This class inherits a constructor from GoogleVideo::Record

Instance Attribute Details

#request_urlObject (readonly)

the url with which the request was made of the Google Video service.



434
435
436
# File 'lib/google-video.rb', line 434

def request_url
  @request_url
end

#videoObject (readonly)

the new Video object providing full detailed information.



437
438
439
# File 'lib/google-video.rb', line 437

def video
  @video
end