Class: Edoxen::Url
- Inherits:
-
Lutaml::Model::Serializable
- Object
- Lutaml::Model::Serializable
- Edoxen::Url
- Defined in:
- lib/edoxen/url.rb,
sig/edoxen.rbs
Overview
URL with a kind (access / report) and an optional format hint (pdf, html).
Instance Attribute Summary collapse
-
#format ⇒ String?
readonly
Returns the value of attribute format.
-
#kind ⇒ String?
readonly
Returns the value of attribute kind.
-
#ref ⇒ String?
readonly
Returns the value of attribute ref.
Instance Attribute Details
#format ⇒ String? (readonly)
Returns the value of attribute format.
77 78 79 |
# File 'sig/edoxen.rbs', line 77 def format @format end |
#kind ⇒ String? (readonly)
Returns the value of attribute kind.
75 76 77 |
# File 'sig/edoxen.rbs', line 75 def kind @kind end |
#ref ⇒ String? (readonly)
Returns the value of attribute ref.
76 77 78 |
# File 'sig/edoxen.rbs', line 76 def ref @ref end |