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.



52
53
54
55
# File 'lib/forma/config.rb', line 52

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

Instance Attribute Details

#emptyObject

Returns the value of attribute empty.



51
52
53
# File 'lib/forma/config.rb', line 51

def empty
  @empty
end

#table_emptyObject

Returns the value of attribute table_empty.



51
52
53
# File 'lib/forma/config.rb', line 51

def table_empty
  @table_empty
end