Class: Vedeu::Cells::Corner Private
- Defined in:
- lib/vedeu/cells/borders/corner.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 the position information to draw a border corner.
Direct Known Subclasses
Instance Method Summary collapse
- #position ⇒ Vedeu::Geometries::Position private
- #text ⇒ String private
Instance Method Details
#position ⇒ Vedeu::Geometries::Position
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.
14 15 16 |
# File 'lib/vedeu/cells/borders/corner.rb', line 14 def position @position = defaults[:position] end |
#text ⇒ 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.
19 20 21 |
# File 'lib/vedeu/cells/borders/corner.rb', line 19 def text '+' end |