Class: Gemstar::ImportmapFile::Pin

Inherits:
Struct
  • Object
show all
Defined in:
lib/gemstar/importmap_file.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



5
6
7
# File 'lib/gemstar/importmap_file.rb', line 5

def name
  @name
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



5
6
7
# File 'lib/gemstar/importmap_file.rb', line 5

def source
  @source
end

#targetObject

Returns the value of attribute target

Returns:

  • (Object)

    the current value of target



5
6
7
# File 'lib/gemstar/importmap_file.rb', line 5

def target
  @target
end