Class: SeatedPlugin::Configuration

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



16
17
18
19
20
21
22
23
24
25
# File 'lib/seated_plugin.rb', line 16

def initialize
  @text = '░░░░██▄
░░░██▀░░░░▐
▌░███▄░░░░▐
▌▐███░▀▄███▄▄▄██▄▄
▌█████▌░░▌░░░░░░▌
▌▀▀▀▌▐█░░▌░░░░░░▌
▌▀▀▀▌▐█░░▌░░░░░░▌
▌░░░▌░█▄▌░░░░░░░▌'
end

Instance Attribute Details

#textObject

Returns the value of attribute text.



14
15
16
# File 'lib/seated_plugin.rb', line 14

def text
  @text
end