Exception: PactBroker::Client::Hal::ErrorResponseReturned
- Defined in:
- lib/pact_broker/client/hal/entity.rb
Instance Attribute Summary collapse
-
#entity ⇒ Object
readonly
Returns the value of attribute entity.
Instance Method Summary collapse
-
#initialize(message, entity) ⇒ ErrorResponseReturned
constructor
A new instance of ErrorResponseReturned.
Constructor Details
#initialize(message, entity) ⇒ ErrorResponseReturned
Returns a new instance of ErrorResponseReturned.
15 16 17 18 |
# File 'lib/pact_broker/client/hal/entity.rb', line 15 def initialize(, entity) super() @entity = entity end |
Instance Attribute Details
#entity ⇒ Object (readonly)
Returns the value of attribute entity.
13 14 15 |
# File 'lib/pact_broker/client/hal/entity.rb', line 13 def entity @entity end |