Class: Greenroom::CLI::Check::Analyzer::Scope

Inherits:
Data
  • Object
show all
Defined in:
lib/greenroom/cli/check.rb

Instance Attribute Summary collapse

Instance Attribute Details

#methodsObject (readonly)

Returns the value of attribute methods

Returns:

  • (Object)

    the current value of methods



109
110
111
# File 'lib/greenroom/cli/check.rb', line 109

def methods
  @methods
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



109
110
111
# File 'lib/greenroom/cli/check.rb', line 109

def name
  @name
end

#nodeObject (readonly)

Returns the value of attribute node

Returns:

  • (Object)

    the current value of node



109
110
111
# File 'lib/greenroom/cli/check.rb', line 109

def node
  @node
end

#statementsObject (readonly)

Returns the value of attribute statements

Returns:

  • (Object)

    the current value of statements



109
110
111
# File 'lib/greenroom/cli/check.rb', line 109

def statements
  @statements
end