Class: Xberg::ExtractedUri
- Inherits:
-
Object
- Object
- Xberg::ExtractedUri
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#kind ⇒ UriKind
readonly
Returns the value of attribute kind.
-
#label ⇒ String
readonly
Returns the value of attribute label.
-
#page ⇒ Integer
readonly
Returns the value of attribute page.
-
#url ⇒ String
readonly
Returns the value of attribute url.
Instance Method Summary collapse
-
#initialize ⇒ ExtractedUri
constructor
A new instance of ExtractedUri.
Constructor Details
#initialize ⇒ ExtractedUri
Returns a new instance of ExtractedUri.
1711 |
# File 'sig/types.rbs', line 1711
def initialize: (url: String, ?label: String, ?page: Integer, kind: UriKind) -> void
|
Instance Attribute Details
#kind ⇒ UriKind (readonly)
Returns the value of attribute kind.
1709 1710 1711 |
# File 'sig/types.rbs', line 1709 def kind @kind end |
#label ⇒ String (readonly)
Returns the value of attribute label.
1707 1708 1709 |
# File 'sig/types.rbs', line 1707 def label @label end |
#page ⇒ Integer (readonly)
Returns the value of attribute page.
1708 1709 1710 |
# File 'sig/types.rbs', line 1708 def page @page end |
#url ⇒ String (readonly)
Returns the value of attribute url.
1706 1707 1708 |
# File 'sig/types.rbs', line 1706 def url @url end |