Class: AgentsSkillVault::UrlParser::PathSegmentsData

Inherits:
Data
  • Object
show all
Defined in:
lib/agents_skill_vault/url_parser.rb

Overview

Data object for parsed path segments

Instance Attribute Summary collapse

Instance Attribute Details

#branchObject (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_pathObject (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_pathObject (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_nameObject (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

#typeObject (readonly)

Returns the value of attribute type



25
26
27
# File 'lib/agents_skill_vault/url_parser.rb', line 25

def type
  @type
end