Class: RailsAiBridge::Registry::SourceParser::ParsedSource
- Inherits:
-
Data
- Object
- Data
- RailsAiBridge::Registry::SourceParser::ParsedSource
- Defined in:
- lib/rails_ai_bridge/registry/source_parser.rb
Overview
Immutable value object produced by parse.
Instance Attribute Summary collapse
-
#resolved_url ⇒ Object
readonly
Returns the value of attribute resolved_url.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#resolved_url ⇒ Object (readonly)
Returns the value of attribute resolved_url
31 |
# File 'lib/rails_ai_bridge/registry/source_parser.rb', line 31 ParsedSource = Data.define(:type, :resolved_url) |
#type ⇒ Object (readonly)
Returns the value of attribute type
31 |
# File 'lib/rails_ai_bridge/registry/source_parser.rb', line 31 ParsedSource = Data.define(:type, :resolved_url) |