Class: RailsAgents::LibraryImports::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/rails_agents/library_imports.rb

Instance Attribute Summary collapse

Instance Attribute Details

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



13
14
15
# File 'lib/rails_agents/library_imports.rb', line 13

def kind
  @kind
end

#slugObject

Returns the value of attribute slug

Returns:

  • (Object)

    the current value of slug



13
14
15
# File 'lib/rails_agents/library_imports.rb', line 13

def slug
  @slug
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



13
14
15
# File 'lib/rails_agents/library_imports.rb', line 13

def source
  @source
end

#targetObject

Returns the value of attribute target

Returns:

  • (Object)

    the current value of target



13
14
15
# File 'lib/rails_agents/library_imports.rb', line 13

def target
  @target
end