Class: ConfigCat::RefreshResult
- Inherits:
-
Struct
- Object
- Struct
- ConfigCat::RefreshResult
- Defined in:
- lib/configcat/refreshresult.rb
Instance Attribute Summary collapse
-
#error ⇒ Object
Returns the value of attribute error.
-
#success ⇒ Object
Returns the value of attribute success.
Instance Attribute Details
#error ⇒ Object
Returns the value of attribute error
2 3 4 |
# File 'lib/configcat/refreshresult.rb', line 2 def error @error end |
#success ⇒ Object
Returns the value of attribute success
2 3 4 |
# File 'lib/configcat/refreshresult.rb', line 2 def success @success end |