Class: LLM::URIData
- Inherits:
-
Struct
- Object
- Struct
- LLM::URIData
- Defined in:
- lib/llm/uridata.rb
Instance Attribute Summary collapse
-
#content_type ⇒ Object
Returns the value of attribute content_type.
-
#decoded ⇒ Object
Returns the value of attribute decoded.
-
#encoded ⇒ Object
Returns the value of attribute encoded.
-
#encoding_type ⇒ Object
Returns the value of attribute encoding_type.
Class Method Summary collapse
Instance Attribute Details
#content_type ⇒ Object
Returns the value of attribute content_type
4 5 6 |
# File 'lib/llm/uridata.rb', line 4 def content_type @content_type end |
#decoded ⇒ Object
Returns the value of attribute decoded
4 5 6 |
# File 'lib/llm/uridata.rb', line 4 def decoded @decoded end |
#encoded ⇒ Object
Returns the value of attribute encoded
4 5 6 |
# File 'lib/llm/uridata.rb', line 4 def encoded @encoded end |
#encoding_type ⇒ Object
Returns the value of attribute encoding_type
4 5 6 |
# File 'lib/llm/uridata.rb', line 4 def encoding_type @encoding_type end |