class Tmdb::Image

Direct Known Subclasses

Defined in:

image.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(data : JSON::Any) #

[View source]

Instance Method Detail

def aspect_ratio : Float64 #

[View source]
def file_path : String #

[View source]
def height : Int32 #

[View source]
def image_url(size : String = "original") : String #

[View source]
def iso_639_1 : String | Nil #

[View source]
def vote_average : Float64 #

[View source]
def vote_count : Int64 #

[View source]
def width : Int32 #

[View source]