Class: Tagliani::Configuration::Schema

Inherits:
Struct
  • Object
show all
Defined in:
lib/tagliani/configuration/schema.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeSchema

Returns a new instance of Schema.



4
5
6
# File 'lib/tagliani/configuration/schema.rb', line 4

def initialize
  self.default = whiteseparated_tags
end

Instance Attribute Details

#defaultObject

Returns the value of attribute default

Returns:

  • (Object)

    the current value of default



3
4
5
# File 'lib/tagliani/configuration/schema.rb', line 3

def default
  @default
end