Class: SilaRuby::Configuration

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

Overview


CONFIGURATION ——————————–


Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

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

#addressObject

Returns the value of attribute address.



41
42
43
# File 'lib/sila_ruby.rb', line 41

def address
  @address
end

#handleObject

Returns the value of attribute handle.



41
42
43
# File 'lib/sila_ruby.rb', line 41

def handle
  @handle
end

#private_keyObject

Returns the value of attribute private_key.



41
42
43
# File 'lib/sila_ruby.rb', line 41

def private_key
  @private_key
end