Class: Vedeu::Interfaces::Null Private

Inherits:
Null::Generic show all
Includes:
Presentation, Presentation::Colour, Presentation::Position, Presentation::Styles
Defined in:
lib/vedeu/interfaces/null.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Provides a non-existent model to swallow messages.

Instance Attribute Summary collapse

Attributes inherited from Null::Generic

#name

Instance Method Summary collapse

Methods included from Presentation::Styles

#render_style, #style, #style=, #style?

Methods included from Presentation::Parent

#name, #parent, #parent?

Methods included from Common

#absent?, #array?, #boolean, #boolean?, #empty_value?, #escape?, #falsy?, #hash?, #line_model?, #numeric?, #positionable?, #present?, #snake_case, #stream_model?, #string?, #symbol?, #truthy?, #view_model?

Methods included from Presentation::Position

#position, #position=, #position?, #render_position, #x, #y

Methods included from Presentation::Colour

#background, #background=, #colour, #colour=, #colour?, #foreground, #foreground=, #interface, #named_colour, #named_colour?, #parent_colour, #parent_colour?, #render_colour

Methods included from Presentation

#to_s

Methods inherited from Null::Generic

#falsy, #initialize, #null, #null?, #store, #visible=

Constructor Details

This class inherits a constructor from Vedeu::Null::Generic

Instance Attribute Details

#attributesString (readonly)

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns:

  • (String)


20
21
22
# File 'lib/vedeu/interfaces/null.rb', line 20

def attributes
  @attributes
end

Instance Method Details

#groupString

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns:

  • (String)


23
24
25
# File 'lib/vedeu/interfaces/null.rb', line 23

def group
  ''
end