Class: Gitlab::ImportSources::ImportSource

Inherits:
Struct
  • Object
show all
Defined in:
lib/gitlab/import_sources.rb

Instance Attribute Summary collapse

Instance Attribute Details

#importerObject

Returns the value of attribute importer

Returns:

  • (Object)

    the current value of importer



9
10
11
# File 'lib/gitlab/import_sources.rb', line 9

def importer
  @importer
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/gitlab/import_sources.rb', line 9

def name
  @name
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



9
10
11
# File 'lib/gitlab/import_sources.rb', line 9

def title
  @title
end