Class: HashCast::Config
- Inherits:
-
Object
- Object
- HashCast::Config
- Defined in:
- lib/hashcast/config.rb
Instance Attribute Summary collapse
-
#input_keys ⇒ Object
Returns the value of attribute input_keys.
-
#output_keys ⇒ Object
Returns the value of attribute output_keys.
Instance Attribute Details
#input_keys ⇒ Object
Returns the value of attribute input_keys.
2 3 4 |
# File 'lib/hashcast/config.rb', line 2 def input_keys @input_keys end |
#output_keys ⇒ Object
Returns the value of attribute output_keys.
2 3 4 |
# File 'lib/hashcast/config.rb', line 2 def output_keys @output_keys end |