Class: Tagliani::Configuration::Tag
- Inherits:
-
Struct
- Object
- Struct
- Tagliani::Configuration::Tag
- Defined in:
- lib/tagliani/configuration/tag.rb
Instance Attribute Summary collapse
-
#types ⇒ Object
Returns the value of attribute types.
Instance Method Summary collapse
-
#initialize ⇒ Tag
constructor
A new instance of Tag.
Constructor Details
#initialize ⇒ Tag
Returns a new instance of Tag.
4 5 6 |
# File 'lib/tagliani/configuration/tag.rb', line 4 def initialize self.types = %i[default] end |
Instance Attribute Details
#types ⇒ Object
Returns the value of attribute types
3 4 5 |
# File 'lib/tagliani/configuration/tag.rb', line 3 def types @types end |