Class: Resource::Partial Private
- Inherits:
-
Struct
- Object
- Struct
- Resource::Partial
- Defined in:
- Library/Homebrew/resource.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Attribute Summary collapse
-
#files ⇒ Object
Returns the value of attribute files.
-
#resource ⇒ Object
Returns the value of attribute resource.
Instance Attribute Details
#files ⇒ Object
Returns the value of attribute files
125 126 127 |
# File 'Library/Homebrew/resource.rb', line 125 def files @files end |
#resource ⇒ Object
Returns the value of attribute resource
125 126 127 |
# File 'Library/Homebrew/resource.rb', line 125 def resource @resource end |