Class: RbBCC::Plugin::ScriptLocation
- Inherits:
-
Struct
- Object
- Struct
- RbBCC::Plugin::ScriptLocation
- Defined in:
- lib/rbbcc/plugin.rb
Instance Attribute Summary collapse
-
#location ⇒ Object
Returns the value of attribute location.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#location ⇒ Object
Returns the value of attribute location
3 4 5 |
# File 'lib/rbbcc/plugin.rb', line 3 def location @location end |
#name ⇒ Object
Returns the value of attribute name
3 4 5 |
# File 'lib/rbbcc/plugin.rb', line 3 def name @name end |