Class: Hoze::ConnectorConfiguration

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(prefix = nil) ⇒ ConnectorConfiguration

Returns a new instance of ConnectorConfiguration.



33
34
35
# File 'lib/hoze/configuration.rb', line 33

def initialize prefix = nil
  @prefix = prefix
end

Instance Attribute Details

#path_to_keyObject

Returns the value of attribute path_to_key.



31
32
33
# File 'lib/hoze/configuration.rb', line 31

def path_to_key
  @path_to_key
end

#projectObject

Returns the value of attribute project.



31
32
33
# File 'lib/hoze/configuration.rb', line 31

def project
  @project
end

#typeObject

Returns the value of attribute type.



31
32
33
# File 'lib/hoze/configuration.rb', line 31

def type
  @type
end