class BingSearch::Image

Attributes

content_type[RW]

{en.wikipedia.org/wiki/Internet_media_type Internet media type} (MIME type) of the image, if available @return [String]

file_size[RW]

In bytes, if available @return [Integer, nil]

height[RW]

In pixels, if available @return [Integer, nil]

media_url[RW]

URL of the image @return [String]

url[RW]

URL of the image @return [String]

width[RW]

In pixels, if available @return [Integer, nil]