Class: Labels::Database
Overview
This class represents template types and properties
Instance Attribute Summary collapse
-
#data ⇒ Object
Array of database data.
-
#title ⇒ Object
Title of database.
Method Summary
Methods inherited from Element
Constructor Details
This class inherits a constructor from Labels::Element
Instance Attribute Details
#data ⇒ Object
Array of database data
17 18 19 |
# File 'lib/labels/database.rb', line 17 def data @data end |
#title ⇒ Object
Title of database
14 15 16 |
# File 'lib/labels/database.rb', line 14 def title @title end |