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.
1776 |
# File 'sig/types.rbs', line 1776
def initialize: (url: String, ?label: String, ?page: Integer, kind: UriKind) -> void
|
Instance Attribute Details
#kind ⇒ UriKind (readonly)
Returns the value of attribute kind.
1774 1775 1776 |
# File 'sig/types.rbs', line 1774 def kind @kind end |
#label ⇒ String (readonly)
Returns the value of attribute label.
1772 1773 1774 |
# File 'sig/types.rbs', line 1772 def label @label end |
#page ⇒ Integer (readonly)
Returns the value of attribute page.
1773 1774 1775 |
# File 'sig/types.rbs', line 1773 def page @page end |
#url ⇒ String (readonly)
Returns the value of attribute url.
1771 1772 1773 |
# File 'sig/types.rbs', line 1771 def url @url end |