Class: Hermann::Discovery::Metadata::Topic
- Inherits:
-
Struct
- Object
- Struct
- Hermann::Discovery::Metadata::Topic
- Defined in:
- lib/hermann/discovery/metadata.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#partitions ⇒ Object
Returns the value of attribute partitions.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
12 13 14 |
# File 'lib/hermann/discovery/metadata.rb', line 12 def name @name end |
#partitions ⇒ Object
Returns the value of attribute partitions
12 13 14 |
# File 'lib/hermann/discovery/metadata.rb', line 12 def partitions @partitions end |