Exception: ConfigurationNilError
- Inherits:
-
ConfigurationError
- Object
- StandardError
- ConfigurationError
- ConfigurationNilError
- Defined in:
- lib/openfga/client/client_errors.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#property ⇒ Object
readonly
Returns the value of attribute property.
Instance Method Summary collapse
-
#initialize(property) ⇒ ConfigurationNilError
constructor
A new instance of ConfigurationNilError.
Constructor Details
#initialize(property) ⇒ ConfigurationNilError
Returns a new instance of ConfigurationNilError.
12 13 14 15 |
# File 'lib/openfga/client/client_errors.rb', line 12 def initialize(property) @property = property super "#{@property} must be specified" end |
Instance Attribute Details
#property ⇒ Object (readonly)
Returns the value of attribute property.
11 12 13 |
# File 'lib/openfga/client/client_errors.rb', line 11 def property @property end |