Class: ConfigCat::RefreshResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/configcat/refreshresult.rb

Instance Attribute Summary collapse

Instance Attribute Details

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



2
3
4
# File 'lib/configcat/refreshresult.rb', line 2

def error
  @error
end

#successObject

Returns the value of attribute success

Returns:

  • (Object)

    the current value of success



2
3
4
# File 'lib/configcat/refreshresult.rb', line 2

def success
  @success
end