Class: PactWaterdropClient::Report
- Inherits:
-
Struct
- Object
- Struct
- PactWaterdropClient::Report
- Defined in:
- lib/sbmt/pact/rspec/support/waterdrop/pact_waterdrop_client.rb
Instance Attribute Summary collapse
-
#offset ⇒ Object
Returns the value of attribute offset.
-
#partition ⇒ Object
Returns the value of attribute partition.
-
#topic_name ⇒ Object
Returns the value of attribute topic_name.
Instance Attribute Details
#offset ⇒ Object
Returns the value of attribute offset
6 7 8 |
# File 'lib/sbmt/pact/rspec/support/waterdrop/pact_waterdrop_client.rb', line 6 def offset @offset end |
#partition ⇒ Object
Returns the value of attribute partition
6 7 8 |
# File 'lib/sbmt/pact/rspec/support/waterdrop/pact_waterdrop_client.rb', line 6 def partition @partition end |
#topic_name ⇒ Object
Returns the value of attribute topic_name
6 7 8 |
# File 'lib/sbmt/pact/rspec/support/waterdrop/pact_waterdrop_client.rb', line 6 def topic_name @topic_name end |