Class: Optify::OptionsMetadata
- Inherits:
-
FromHashable
- Object
- FromHashable
- Optify::OptionsMetadata
- Extended by:
- T::Sig
- Defined in:
- lib/optify_ruby/options_metadata.rb
Overview
Information about a feature.
Instance Attribute Summary collapse
-
#aliases ⇒ Object
readonly
Returns the value of attribute aliases.
-
#dependents ⇒ Object
readonly
Returns the value of attribute dependents.
-
#details ⇒ Object
readonly
Returns the value of attribute details.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#owners ⇒ Object
readonly
Returns the value of attribute owners.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
Instance Attribute Details
#aliases ⇒ Object (readonly)
Returns the value of attribute aliases.
14 15 16 |
# File 'lib/optify_ruby/options_metadata.rb', line 14 def aliases @aliases end |
#dependents ⇒ Object (readonly)
Returns the value of attribute dependents.
18 19 20 |
# File 'lib/optify_ruby/options_metadata.rb', line 18 def dependents @dependents end |
#details ⇒ Object (readonly)
Returns the value of attribute details.
21 22 23 |
# File 'lib/optify_ruby/options_metadata.rb', line 21 def details @details end |
#name ⇒ Object (readonly)
Returns the value of attribute name.
24 25 26 |
# File 'lib/optify_ruby/options_metadata.rb', line 24 def name @name end |
#owners ⇒ Object (readonly)
Returns the value of attribute owners.
27 28 29 |
# File 'lib/optify_ruby/options_metadata.rb', line 27 def owners @owners end |
#path ⇒ Object (readonly)
Returns the value of attribute path.
30 31 32 |
# File 'lib/optify_ruby/options_metadata.rb', line 30 def path @path end |