Class: PactBroker::Contracts::ContractsPublicationResults
- Inherits:
-
Struct
- Object
- Struct
- PactBroker::Contracts::ContractsPublicationResults
- Defined in:
- lib/pact_broker/contracts/contracts_publication_results.rb
Instance Attribute Summary collapse
-
#contracts ⇒ Object
Returns the value of attribute contracts.
-
#notices ⇒ Object
Returns the value of attribute notices.
-
#pacticipant ⇒ Object
Returns the value of attribute pacticipant.
-
#tags ⇒ Object
Returns the value of attribute tags.
-
#version ⇒ Object
Returns the value of attribute version.
Class Method Summary collapse
Instance Attribute Details
#contracts ⇒ Object
Returns the value of attribute contracts
3 4 5 |
# File 'lib/pact_broker/contracts/contracts_publication_results.rb', line 3 def contracts @contracts end |
#notices ⇒ Object
Returns the value of attribute notices
3 4 5 |
# File 'lib/pact_broker/contracts/contracts_publication_results.rb', line 3 def notices @notices end |
#pacticipant ⇒ Object
Returns the value of attribute pacticipant
3 4 5 |
# File 'lib/pact_broker/contracts/contracts_publication_results.rb', line 3 def pacticipant @pacticipant end |
#tags ⇒ Object
Returns the value of attribute tags
3 4 5 |
# File 'lib/pact_broker/contracts/contracts_publication_results.rb', line 3 def @tags end |
#version ⇒ Object
Returns the value of attribute version
3 4 5 |
# File 'lib/pact_broker/contracts/contracts_publication_results.rb', line 3 def version @version end |
Class Method Details
.from_hash(params) ⇒ Object
4 5 6 |
# File 'lib/pact_broker/contracts/contracts_publication_results.rb', line 4 def self.from_hash(params) new(params) end |