Module: Vedeu::Presentation

Included in:
Interface, Line, Stream
Defined in:
lib/vedeu/models/attributes/presentation.rb

Instance Method Summary collapse

Instance Method Details

#colourColour

Returns:



5
6
7
# File 'lib/vedeu/models/attributes/presentation.rb', line 5

def colour
  @colour ||= Colour.new(attributes[:colour])
end

#styleStyle

Returns:



10
11
12
# File 'lib/vedeu/models/attributes/presentation.rb', line 10

def style
  @style ||= Style.new(attributes[:style])
end