Class: AgentsSkillVault::UrlParser::PathSegmentsData
- Inherits:
-
Data
- Object
- Data
- AgentsSkillVault::UrlParser::PathSegmentsData
- Defined in:
- lib/agents_skill_vault/url_parser.rb
Overview
Data object for parsed path segments
Instance Attribute Summary collapse
-
#branch ⇒ Object
readonly
Returns the value of attribute branch.
-
#relative_path ⇒ Object
readonly
Returns the value of attribute relative_path.
-
#skill_folder_path ⇒ Object
readonly
Returns the value of attribute skill_folder_path.
-
#skill_name ⇒ Object
readonly
Returns the value of attribute skill_name.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#branch ⇒ Object (readonly)
Returns the value of attribute branch
25 26 27 |
# File 'lib/agents_skill_vault/url_parser.rb', line 25 def branch @branch end |
#relative_path ⇒ Object (readonly)
Returns the value of attribute relative_path
25 26 27 |
# File 'lib/agents_skill_vault/url_parser.rb', line 25 def relative_path @relative_path end |
#skill_folder_path ⇒ Object (readonly)
Returns the value of attribute skill_folder_path
25 26 27 |
# File 'lib/agents_skill_vault/url_parser.rb', line 25 def skill_folder_path @skill_folder_path end |
#skill_name ⇒ Object (readonly)
Returns the value of attribute skill_name
25 26 27 |
# File 'lib/agents_skill_vault/url_parser.rb', line 25 def skill_name @skill_name end |
#type ⇒ Object (readonly)
Returns the value of attribute type
25 26 27 |
# File 'lib/agents_skill_vault/url_parser.rb', line 25 def type @type end |