Class: Hoze::ConnectorConfiguration
- Inherits:
-
Object
- Object
- Hoze::ConnectorConfiguration
- Defined in:
- lib/hoze/configuration.rb
Instance Attribute Summary collapse
-
#path_to_key ⇒ Object
Returns the value of attribute path_to_key.
-
#project ⇒ Object
Returns the value of attribute project.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(prefix = nil) ⇒ ConnectorConfiguration
constructor
A new instance of ConnectorConfiguration.
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_key ⇒ Object
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 |
#project ⇒ Object
Returns the value of attribute project.
31 32 33 |
# File 'lib/hoze/configuration.rb', line 31 def project @project end |
#type ⇒ Object
Returns the value of attribute type.
31 32 33 |
# File 'lib/hoze/configuration.rb', line 31 def type @type end |