Class: Resource::Partial Private

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#filesObject

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

Returns:

  • (Object)

    the current value of files



137
138
139
# File 'resource.rb', line 137

def files
  @files
end

#resourceObject

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

Returns:

  • (Object)

    the current value of resource



137
138
139
# File 'resource.rb', line 137

def resource
  @resource
end