Class: Nexpose::Reference
- Inherits:
-
Object
- Object
- Nexpose::Reference
- Defined in:
- lib/nexpose.rb
Overview
Description
Instance Attribute Summary collapse
-
#reference ⇒ Object
readonly
Returns the value of attribute reference.
-
#source ⇒ Object
readonly
Returns the value of attribute source.
Instance Method Summary collapse
-
#initialize(source, reference) ⇒ Reference
constructor
A new instance of Reference.
Constructor Details
#initialize(source, reference) ⇒ Reference
Returns a new instance of Reference.
2244 2245 2246 2247 |
# File 'lib/nexpose.rb', line 2244 def initialize(source, reference) @source = source @reference = reference end |
Instance Attribute Details
#reference ⇒ Object (readonly)
Returns the value of attribute reference.
2242 2243 2244 |
# File 'lib/nexpose.rb', line 2242 def reference @reference end |
#source ⇒ Object (readonly)
Returns the value of attribute source.
2241 2242 2243 |
# File 'lib/nexpose.rb', line 2241 def source @source end |