Class: Resource::Partial Private
- Inherits:
-
Struct
- Object
- Struct
- Resource::Partial
- Defined in:
- resource.rb
This class is part of a private API. This class may only be used in the Homebrew/brew repository. Third parties should avoid using this class if possible, as it may be removed or changed without warning.
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
168 169 170 |
# File 'resource.rb', line 168 def files @files end |
#resource ⇒ Object
Returns the value of attribute resource
168 169 170 |
# File 'resource.rb', line 168 def resource @resource end |