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