Class: RailsAgents::LibraryImports::Entry
- Inherits:
-
Struct
- Object
- Struct
- RailsAgents::LibraryImports::Entry
- Defined in:
- lib/rails_agents/library_imports.rb
Instance Attribute Summary collapse
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#slug ⇒ Object
Returns the value of attribute slug.
-
#source ⇒ Object
Returns the value of attribute source.
-
#target ⇒ Object
Returns the value of attribute target.
Instance Attribute Details
#kind ⇒ Object
Returns the value of attribute kind
13 14 15 |
# File 'lib/rails_agents/library_imports.rb', line 13 def kind @kind end |
#slug ⇒ Object
Returns the value of attribute slug
13 14 15 |
# File 'lib/rails_agents/library_imports.rb', line 13 def slug @slug end |
#source ⇒ Object
Returns the value of attribute source
13 14 15 |
# File 'lib/rails_agents/library_imports.rb', line 13 def source @source end |
#target ⇒ Object
Returns the value of attribute target
13 14 15 |
# File 'lib/rails_agents/library_imports.rb', line 13 def target @target end |