Class: Labels::Date
Overview
This class represents date layers.
Instance Attribute Summary collapse
-
#format ⇒ Object
The date formatting.
Attributes inherited from Text
#bold, #font_color, #font_family, #font_size, #italic, #justification
Attributes inherited from Layer
#alpha, #column, #content, #height, #locked, #rotation, #title, #type, #visible, #width, #x, #y, #z
Method Summary
Methods inherited from Element
Constructor Details
This class inherits a constructor from Labels::Element
Instance Attribute Details
#format ⇒ Object
The date formatting
17 18 19 |
# File 'lib/labels/date.rb', line 17 def format @format end |