Class: Briefbag::Diplomat::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/briefbag/diplomat.rb

Instance Attribute Summary collapse

Instance Attribute Details

#consul_dataObject

Returns the value of attribute consul_data

Returns:

  • (Object)

    the current value of consul_data



8
9
10
# File 'lib/briefbag/diplomat.rb', line 8

def consul_data
  @consul_data
end

#errorsObject

Returns the value of attribute errors

Returns:

  • (Object)

    the current value of errors



8
9
10
# File 'lib/briefbag/diplomat.rb', line 8

def errors
  @errors
end

#success?Object

Returns the value of attribute success?

Returns:

  • (Object)

    the current value of success?



8
9
10
# File 'lib/briefbag/diplomat.rb', line 8

def success?
  @success?
end