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



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

def importer
  @importer
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



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

def title
  @title
end