Class: FilmOn::Movie::Image

Inherits:
Struct
  • Object
show all
Defined in:
lib/film_on/models/movie.rb

Instance Attribute Summary collapse

Instance Attribute Details

#heightObject

Returns the value of attribute height

Returns:

  • (Object)

    the current value of height



11
12
13
# File 'lib/film_on/models/movie.rb', line 11

def height
  @height
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



11
12
13
# File 'lib/film_on/models/movie.rb', line 11

def type
  @type
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



11
12
13
# File 'lib/film_on/models/movie.rb', line 11

def url
  @url
end

#widthObject

Returns the value of attribute width

Returns:

  • (Object)

    the current value of width



11
12
13
# File 'lib/film_on/models/movie.rb', line 11

def width
  @width
end