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



8
9
10
# File 'lib/film_on/models/programme.rb', line 8

def copyright
  @copyright
end

#heightObject

Returns the value of attribute height

Returns:

  • (Object)

    the current value of height



8
9
10
# File 'lib/film_on/models/programme.rb', line 8

def height
  @height
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



8
9
10
# File 'lib/film_on/models/programme.rb', line 8

def id
  @id
end

#sizeObject

Returns the value of attribute size

Returns:

  • (Object)

    the current value of size



8
9
10
# File 'lib/film_on/models/programme.rb', line 8

def size
  @size
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



8
9
10
# File 'lib/film_on/models/programme.rb', line 8

def type
  @type
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



8
9
10
# File 'lib/film_on/models/programme.rb', line 8

def url
  @url
end

#widthObject

Returns the value of attribute width

Returns:

  • (Object)

    the current value of width



8
9
10
# File 'lib/film_on/models/programme.rb', line 8

def width
  @width
end