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.



44
45
46
47
48
49
# File 'lib/sila_ruby.rb', line 44

def initialize
  @env = ''
  @address = ''
  @handle = ''
  @pkey = ''
end

Instance Attribute Details

#addressObject

Returns the value of attribute address.



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

def address
  @address
end

#envObject

Returns the value of attribute env.



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

def env
  @env
end

#handleObject

Returns the value of attribute handle.



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

def handle
  @handle
end

#private_keyObject

Returns the value of attribute private_key.



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

def private_key
  @private_key
end