Class: FilmOn::Genre::Image

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

Instance Attribute Summary collapse

Instance Attribute Details

#heightObject

Returns the value of attribute height

Returns:

  • (Object)

    the current value of height



10
11
12
# File 'lib/film_on/models/genre.rb', line 10

def height
  @height
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



10
11
12
# File 'lib/film_on/models/genre.rb', line 10

def type
  @type
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



10
11
12
# File 'lib/film_on/models/genre.rb', line 10

def url
  @url
end

#widthObject

Returns the value of attribute width

Returns:

  • (Object)

    the current value of width



10
11
12
# File 'lib/film_on/models/genre.rb', line 10

def width
  @width
end