Class: OpsWalrus::ImportReference
- Inherits:
-
Object
- Object
- OpsWalrus::ImportReference
- Defined in:
- lib/opswalrus/runtime_environment.rb
Direct Known Subclasses
DirectoryReference, DynamicPackageImportReference, OpsFileReference, PackageDependencyReference
Instance Attribute Summary collapse
-
#local_name ⇒ Object
Returns the value of attribute local_name.
Instance Method Summary collapse
-
#initialize(local_name) ⇒ ImportReference
constructor
A new instance of ImportReference.
Constructor Details
#initialize(local_name) ⇒ ImportReference
Returns a new instance of ImportReference.
17 18 19 |
# File 'lib/opswalrus/runtime_environment.rb', line 17 def initialize(local_name) @local_name = local_name end |
Instance Attribute Details
#local_name ⇒ Object
Returns the value of attribute local_name.
15 16 17 |
# File 'lib/opswalrus/runtime_environment.rb', line 15 def local_name @local_name end |