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.
1722 |
# File 'sig/types.rbs', line 1722
def initialize: (url: String, ?label: String, ?page: Integer, kind: UriKind) -> void
|
Instance Attribute Details
#kind ⇒ UriKind (readonly)
Returns the value of attribute kind.
1720 1721 1722 |
# File 'sig/types.rbs', line 1720 def kind @kind end |
#label ⇒ String (readonly)
Returns the value of attribute label.
1718 1719 1720 |
# File 'sig/types.rbs', line 1718 def label @label end |
#page ⇒ Integer (readonly)
Returns the value of attribute page.
1719 1720 1721 |
# File 'sig/types.rbs', line 1719 def page @page end |
#url ⇒ String (readonly)
Returns the value of attribute url.
1717 1718 1719 |
# File 'sig/types.rbs', line 1717 def url @url end |