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.



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

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

Instance Attribute Details

#addressObject

Returns the value of attribute address.



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

def address
  @address
end

#envObject

Returns the value of attribute env.



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

def env
  @env
end

#handleObject

Returns the value of attribute handle.



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

def handle
  @handle
end

#private_keyObject

Returns the value of attribute private_key.



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

def private_key
  @private_key
end