Class: FilmOn::Programme::Image
- Inherits:
-
Struct
- Object
- Struct
- FilmOn::Programme::Image
- Defined in:
- lib/film_on/models/programme.rb
Instance Attribute Summary collapse
-
#copyright ⇒ Object
Returns the value of attribute copyright.
-
#height ⇒ Object
Returns the value of attribute height.
-
#id ⇒ Object
Returns the value of attribute id.
-
#size ⇒ Object
Returns the value of attribute size.
-
#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
#copyright ⇒ Object
Returns the value of attribute copyright
8 9 10 |
# File 'lib/film_on/models/programme.rb', line 8 def copyright @copyright end |
#height ⇒ Object
Returns the value of attribute height
8 9 10 |
# File 'lib/film_on/models/programme.rb', line 8 def height @height end |
#id ⇒ Object
Returns the value of attribute id
8 9 10 |
# File 'lib/film_on/models/programme.rb', line 8 def id @id end |
#size ⇒ Object
Returns the value of attribute size
8 9 10 |
# File 'lib/film_on/models/programme.rb', line 8 def size @size end |
#type ⇒ Object
Returns the value of attribute type
8 9 10 |
# File 'lib/film_on/models/programme.rb', line 8 def type @type end |
#url ⇒ Object
Returns the value of attribute url
8 9 10 |
# File 'lib/film_on/models/programme.rb', line 8 def url @url end |
#width ⇒ Object
Returns the value of attribute width
8 9 10 |
# File 'lib/film_on/models/programme.rb', line 8 def width @width end |