Class: SilaRuby::Configuration
- Inherits:
-
Object
- Object
- SilaRuby::Configuration
- Defined in:
- lib/sila_ruby.rb
Overview
CONFIGURATION ——————————–
Instance Attribute Summary collapse
-
#address ⇒ Object
Returns the value of attribute address.
-
#handle ⇒ Object
Returns the value of attribute handle.
-
#private_key ⇒ Object
Returns the value of attribute private_key.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
43 44 45 46 47 |
# File 'lib/sila_ruby.rb', line 43 def initialize @address = '' @handle = '' @pkey = '' end |
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address.
41 42 43 |
# File 'lib/sila_ruby.rb', line 41 def address @address end |
#handle ⇒ Object
Returns the value of attribute handle.
41 42 43 |
# File 'lib/sila_ruby.rb', line 41 def handle @handle end |
#private_key ⇒ Object
Returns the value of attribute private_key.
41 42 43 |
# File 'lib/sila_ruby.rb', line 41 def private_key @private_key end |