Class: Briefbag::Diplomat::Result
- Inherits:
-
Struct
- Object
- Struct
- Briefbag::Diplomat::Result
- Defined in:
- lib/briefbag/diplomat.rb
Instance Attribute Summary collapse
-
#consul_data ⇒ Object
Returns the value of attribute consul_data.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#success? ⇒ Object
Returns the value of attribute success?.
Instance Attribute Details
#consul_data ⇒ Object
Returns the value of attribute consul_data
8 9 10 |
# File 'lib/briefbag/diplomat.rb', line 8 def consul_data @consul_data end |
#errors ⇒ Object
Returns the value of attribute errors
8 9 10 |
# File 'lib/briefbag/diplomat.rb', line 8 def errors @errors end |
#success? ⇒ Object
Returns the value of attribute success?
8 9 10 |
# File 'lib/briefbag/diplomat.rb', line 8 def success? @success? end |