Class: EasyEncoding::Configuration
- Inherits:
-
Object
- Object
- EasyEncoding::Configuration
- Defined in:
- lib/easy_encoding/configuration.rb
Instance Attribute Summary collapse
-
#left_node_symbol ⇒ Object
Returns the value of attribute left_node_symbol.
-
#right_node_symbol ⇒ Object
Returns the value of attribute right_node_symbol.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
5 6 7 8 |
# File 'lib/easy_encoding/configuration.rb', line 5 def initialize @right_node_symbol = 1 @left_node_symbol = 0 end |
Instance Attribute Details
#left_node_symbol ⇒ Object
Returns the value of attribute left_node_symbol.
3 4 5 |
# File 'lib/easy_encoding/configuration.rb', line 3 def left_node_symbol @left_node_symbol end |
#right_node_symbol ⇒ Object
Returns the value of attribute right_node_symbol.
3 4 5 |
# File 'lib/easy_encoding/configuration.rb', line 3 def right_node_symbol @right_node_symbol end |