Class: Forma::TextsConfig
- Inherits:
-
Object
- Object
- Forma::TextsConfig
- Defined in:
- lib/forma/config.rb
Instance Attribute Summary collapse
-
#empty ⇒ Object
Returns the value of attribute empty.
-
#table_empty ⇒ Object
Returns the value of attribute table_empty.
Instance Method Summary collapse
-
#initialize ⇒ TextsConfig
constructor
A new instance of TextsConfig.
Constructor Details
#initialize ⇒ TextsConfig
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
#empty ⇒ Object
Returns the value of attribute empty.
51 52 53 |
# File 'lib/forma/config.rb', line 51 def empty @empty end |
#table_empty ⇒ Object
Returns the value of attribute table_empty.
51 52 53 |
# File 'lib/forma/config.rb', line 51 def table_empty @table_empty end |