Class: FilmOn::Movie::Image
- Inherits:
-
Struct
- Object
- Struct
- FilmOn::Movie::Image
- Defined in:
- lib/film_on/models/movie.rb
Instance Attribute Summary collapse
-
#height ⇒ Object
Returns the value of attribute height.
-
#type ⇒ Object
Returns the value of attribute type.
-
#url ⇒ Object
Returns the value of attribute url.
-
#width ⇒ Object
Returns the value of attribute width.
Instance Attribute Details
#height ⇒ Object
Returns the value of attribute height
11 12 13 |
# File 'lib/film_on/models/movie.rb', line 11 def height @height end |
#type ⇒ Object
Returns the value of attribute type
11 12 13 |
# File 'lib/film_on/models/movie.rb', line 11 def type @type end |
#url ⇒ Object
Returns the value of attribute url
11 12 13 |
# File 'lib/film_on/models/movie.rb', line 11 def url @url end |
#width ⇒ Object
Returns the value of attribute width
11 12 13 |
# File 'lib/film_on/models/movie.rb', line 11 def width @width end |