Class: AvroPinions::Configuration
- Inherits:
-
Object
- Object
- AvroPinions::Configuration
- Includes:
- Singleton
- Defined in:
- lib/avro_pinions/configuration.rb
Defined Under Namespace
Classes: InvalidConfiguration
Instance Attribute Summary collapse
-
#publisher ⇒ Object
Returns the value of attribute publisher.
-
#schema_registry ⇒ Object
Returns the value of attribute schema_registry.
-
#wire_format ⇒ Object
Returns the value of attribute wire_format.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
9 10 |
# File 'lib/avro_pinions/configuration.rb', line 9 def initialize end |
Instance Attribute Details
#publisher ⇒ Object
Returns the value of attribute publisher.
7 8 9 |
# File 'lib/avro_pinions/configuration.rb', line 7 def publisher @publisher end |
#schema_registry ⇒ Object
Returns the value of attribute schema_registry.
7 8 9 |
# File 'lib/avro_pinions/configuration.rb', line 7 def schema_registry @schema_registry end |
#wire_format ⇒ Object
Returns the value of attribute wire_format.
7 8 9 |
# File 'lib/avro_pinions/configuration.rb', line 7 def wire_format @wire_format end |