Class: FilmOn::Programme::Image

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

Instance Attribute Summary collapse

Instance Attribute Details

Returns the value of attribute copyright

Returns:

  • (Object)

    the current value of copyright



5
6
7
# File 'lib/film_on/models/programme.rb', line 5

def copyright
  @copyright
end

#heightObject

Returns the value of attribute height

Returns:

  • (Object)

    the current value of height



5
6
7
# File 'lib/film_on/models/programme.rb', line 5

def height
  @height
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



5
6
7
# File 'lib/film_on/models/programme.rb', line 5

def id
  @id
end

#sizeObject

Returns the value of attribute size

Returns:

  • (Object)

    the current value of size



5
6
7
# File 'lib/film_on/models/programme.rb', line 5

def size
  @size
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



5
6
7
# File 'lib/film_on/models/programme.rb', line 5

def type
  @type
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



5
6
7
# File 'lib/film_on/models/programme.rb', line 5

def url
  @url
end

#widthObject

Returns the value of attribute width

Returns:

  • (Object)

    the current value of width



5
6
7
# File 'lib/film_on/models/programme.rb', line 5

def width
  @width
end