Class: SublInit::Project::Files::SublimeProject::FolderEntry
- Inherits:
-
Struct
- Object
- Struct
- SublInit::Project::Files::SublimeProject::FolderEntry
- Defined in:
- lib/sublinit/project/files/sublime_project.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Method Summary collapse
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
11 12 13 |
# File 'lib/sublinit/project/files/sublime_project.rb', line 11 def name @name end |
#path ⇒ Object
Returns the value of attribute path
11 12 13 |
# File 'lib/sublinit/project/files/sublime_project.rb', line 11 def path @path end |
Instance Method Details
#to_entry ⇒ Object
12 13 14 |
# File 'lib/sublinit/project/files/sublime_project.rb', line 12 def to_entry to_h.compact end |