Class: Vedeu::Interfaces::Null Private
- Inherits:
-
Null::Generic
- Object
- Null::Generic
- Vedeu::Interfaces::Null
- 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 ⇒ String readonly private
Attributes inherited from Null::Generic
Instance Method Summary collapse
- #group ⇒ String private
Methods included from Presentation::Styles
#render_style, #style, #style=, #style?
Methods included from Presentation::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
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
#attributes ⇒ String (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.
20 21 22 |
# File 'lib/vedeu/interfaces/null.rb', line 20 def attributes @attributes end |
Instance Method Details
#group ⇒ String
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.
23 24 25 |
# File 'lib/vedeu/interfaces/null.rb', line 23 def group '' end |