Class: RailsAiBridge::Registry::SourceParser::ParsedSource

Inherits:
Data
  • Object
show all
Defined in:
lib/rails_ai_bridge/registry/source_parser.rb

Overview

Immutable value object produced by parse.

Instance Attribute Summary collapse

Instance Attribute Details

#resolved_urlObject (readonly)

Returns the value of attribute resolved_url

Returns:

  • (Object)

    the current value of resolved_url



31
# File 'lib/rails_ai_bridge/registry/source_parser.rb', line 31

ParsedSource = Data.define(:type, :resolved_url)

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



31
# File 'lib/rails_ai_bridge/registry/source_parser.rb', line 31

ParsedSource = Data.define(:type, :resolved_url)