Class: Xberg::ExtractedUri
- Inherits:
-
Object
- Object
- Xberg::ExtractedUri
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#kind ⇒ enum_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
915 |
# File 'sig/types.rbs', line 915 def initialize: (url: String, ?label: String, ?page: Integer, kind: enum_UriKind) -> void |
Instance Attribute Details
#kind ⇒ enum_UriKind (readonly)
Returns the value of attribute kind.
913 914 915 |
# File 'sig/types.rbs', line 913 def kind @kind end |
#label ⇒ String? (readonly)
Returns the value of attribute label.
911 912 913 |
# File 'sig/types.rbs', line 911 def label @label end |
#page ⇒ Integer? (readonly)
Returns the value of attribute page.
912 913 914 |
# File 'sig/types.rbs', line 912 def page @page end |
#url ⇒ String (readonly)
Returns the value of attribute url.
910 911 912 |
# File 'sig/types.rbs', line 910 def url @url end |