Class: RbBCC::Plugin::ScriptLocation

Inherits:
Struct
  • Object
show all
Defined in:
lib/rbbcc/plugin.rb

Instance Attribute Summary collapse

Instance Attribute Details

#locationObject

Returns the value of attribute location

Returns:

  • (Object)

    the current value of location



3
4
5
# File 'lib/rbbcc/plugin.rb', line 3

def location
  @location
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



3
4
5
# File 'lib/rbbcc/plugin.rb', line 3

def name
  @name
end