Class: Optify::OptionsMetadata

Inherits:
FromHashable
  • Object
show all
Extended by:
T::Sig
Defined in:
lib/optify_ruby/options_metadata.rb

Overview

Information about a feature.

Instance Attribute Summary collapse

Instance Attribute Details

#aliasesObject (readonly)

Returns the value of attribute aliases.



14
15
16
# File 'lib/optify_ruby/options_metadata.rb', line 14

def aliases
  @aliases
end

#dependentsObject (readonly)

Returns the value of attribute dependents.



18
19
20
# File 'lib/optify_ruby/options_metadata.rb', line 18

def dependents
  @dependents
end

#detailsObject (readonly)

Returns the value of attribute details.



21
22
23
# File 'lib/optify_ruby/options_metadata.rb', line 21

def details
  @details
end

#nameObject (readonly)

Returns the value of attribute name.



24
25
26
# File 'lib/optify_ruby/options_metadata.rb', line 24

def name
  @name
end

#ownersObject (readonly)

Returns the value of attribute owners.



27
28
29
# File 'lib/optify_ruby/options_metadata.rb', line 27

def owners
  @owners
end

#pathObject (readonly)

Returns the value of attribute path.



30
31
32
# File 'lib/optify_ruby/options_metadata.rb', line 30

def path
  @path
end