Class: Forma::TextsConfig

Inherits:
Object
  • Object
show all
Defined in:
lib/forma/config.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeTextsConfig

Returns a new instance of TextsConfig.



56
57
58
59
# File 'lib/forma/config.rb', line 56

def initialize
  self.empty = '(empty)'
  self.table_empty = '(no data)'
end

Instance Attribute Details

#emptyObject

Returns the value of attribute empty.



55
56
57
# File 'lib/forma/config.rb', line 55

def empty
  @empty
end

#table_emptyObject

Returns the value of attribute table_empty.



55
56
57
# File 'lib/forma/config.rb', line 55

def table_empty
  @table_empty
end