Class: ASUtils::PluginDependency
- Inherits:
-
Struct
- Object
- Struct
- ASUtils::PluginDependency
- Defined in:
- common/asutils.rb
Instance Attribute Summary collapse
-
#depends_on ⇒ Object
Returns the value of attribute depends_on.
-
#recommends ⇒ Object
Returns the value of attribute recommends.
Instance Attribute Details
#depends_on ⇒ Object
Returns the value of attribute depends_on
330 331 332 |
# File 'common/asutils.rb', line 330 def depends_on @depends_on end |
#recommends ⇒ Object
Returns the value of attribute recommends
330 331 332 |
# File 'common/asutils.rb', line 330 def recommends @recommends end |