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

#initialize ⇒ Configuration

Returns a new instance of Configuration.



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

def initialize
  @env = ''
  @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

#env ⇒ Object

Returns the value of attribute env.



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

def env
  @env
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