Class: Labels::Database

Inherits:
Element show all
Defined in:
lib/labels/database.rb

Overview

This class represents template types and properties

Instance Attribute Summary collapse

Method Summary

Methods inherited from Element

#initialize, #to_h

Constructor Details

This class inherits a constructor from Labels::Element

Instance Attribute Details

#dataObject

Array of database data



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

def data
  @data
end

#titleObject

Title of database



14
15
16
# File 'lib/labels/database.rb', line 14

def title
  @title
end