Class: Edoxen::Url

Inherits:
Lutaml::Model::Serializable
  • Object
show all
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

Instance Attribute Details

#formatString? (readonly)

Returns the value of attribute format.

Returns:

  • (String, nil)


77
78
79
# File 'sig/edoxen.rbs', line 77

def format
  @format
end

#kindString? (readonly)

Returns the value of attribute kind.

Returns:

  • (String, nil)


75
76
77
# File 'sig/edoxen.rbs', line 75

def kind
  @kind
end

#refString? (readonly)

Returns the value of attribute ref.

Returns:

  • (String, nil)


76
77
78
# File 'sig/edoxen.rbs', line 76

def ref
  @ref
end