Class: Gemstar::ImportmapFile::Pin
- Inherits:
-
Struct
- Object
- Struct
- Gemstar::ImportmapFile::Pin
- Defined in:
- lib/gemstar/importmap_file.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#source ⇒ Object
Returns the value of attribute source.
-
#target ⇒ Object
Returns the value of attribute target.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
5 6 7 |
# File 'lib/gemstar/importmap_file.rb', line 5 def name @name end |
#source ⇒ Object
Returns the value of attribute source
5 6 7 |
# File 'lib/gemstar/importmap_file.rb', line 5 def source @source end |
#target ⇒ Object
Returns the value of attribute target
5 6 7 |
# File 'lib/gemstar/importmap_file.rb', line 5 def target @target end |