Sha256: 0bb77e78b6ae3a220a5ca0d2e405d16ec8006c730b8a340f6fab9a9219b0b655
Contents?: true
Size: 314 Bytes
Versions: 1
Compression:
Stored size: 314 Bytes
Contents
module OdeonUk # Public: The object representing a film on the Odeon UK website class Film # Public: Returns the String name of the film attr_reader :name # Public: Initialize a screening # # name - String of the film name def initialize(name) @name = name end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
odeon_uk-1.0.0 | lib/odeon_uk/film.rb |