Class: Labels::Date

Inherits:
Text show all
Defined in:
lib/labels/date.rb

Overview

This class represents date layers.

Instance Attribute Summary collapse

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

#initialize, #to_h

Constructor Details

This class inherits a constructor from Labels::Element

Instance Attribute Details

#formatObject

The date formatting



17
18
19
# File 'lib/labels/date.rb', line 17

def format
  @format
end