Class: Xberg::ExtractedUri

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeExtractedUri



915
# File 'sig/types.rbs', line 915

def initialize: (url: String, ?label: String, ?page: Integer, kind: enum_UriKind) -> void

Instance Attribute Details

#kindenum_UriKind (readonly)

Returns the value of attribute kind.



913
914
915
# File 'sig/types.rbs', line 913

def kind
  @kind
end

#labelString? (readonly)

Returns the value of attribute label.



911
912
913
# File 'sig/types.rbs', line 911

def label
  @label
end

#pageInteger? (readonly)

Returns the value of attribute page.



912
913
914
# File 'sig/types.rbs', line 912

def page
  @page
end

#urlString (readonly)

Returns the value of attribute url.



910
911
912
# File 'sig/types.rbs', line 910

def url
  @url
end