Class: Gembrew::Config::Dependency
- Inherits:
-
Data
- Object
- Data
- Gembrew::Config::Dependency
- Defined in:
- lib/gembrew/config.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#tags ⇒ Object
readonly
Returns the value of attribute tags.
Instance Method Summary collapse
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name
7 8 9 |
# File 'lib/gembrew/config.rb', line 7 def name @name end |
#tags ⇒ Object (readonly)
Returns the value of attribute tags
7 8 9 |
# File 'lib/gembrew/config.rb', line 7 def @tags end |
Instance Method Details
#macos_only? ⇒ Boolean
9 |
# File 'lib/gembrew/config.rb', line 9 def macos_only? = .include? :macos_only |
#system_on_macos? ⇒ Boolean
8 |
# File 'lib/gembrew/config.rb', line 8 def system_on_macos? = .include? :system_on_macos |