Class: Xberg::PageStructure
- Inherits:
-
Object
- Object
- Xberg::PageStructure
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#boundaries ⇒ Array[PageBoundary]?
readonly
Returns the value of attribute boundaries.
-
#pages ⇒ Array[PageInfo]?
readonly
Returns the value of attribute pages.
-
#total_count ⇒ Integer
readonly
Returns the value of attribute total_count.
-
#unit_type ⇒ enum_PageUnitType
readonly
Returns the value of attribute unit_type.
Instance Method Summary collapse
-
#initialize ⇒ PageStructure
constructor
A new instance of PageStructure.
Constructor Details
#initialize ⇒ PageStructure
Returns a new instance of PageStructure.
1985 |
# File 'sig/types.rbs', line 1985
def initialize: (total_count: Integer, unit_type: enum_PageUnitType, ?boundaries: Array[PageBoundary], ?pages: Array[PageInfo]) -> void
|
Instance Attribute Details
#boundaries ⇒ Array[PageBoundary]? (readonly)
Returns the value of attribute boundaries.
1982 1983 1984 |
# File 'sig/types.rbs', line 1982 def boundaries @boundaries end |
#pages ⇒ Array[PageInfo]? (readonly)
Returns the value of attribute pages.
1983 1984 1985 |
# File 'sig/types.rbs', line 1983 def pages @pages end |
#total_count ⇒ Integer (readonly)
Returns the value of attribute total_count.
1980 1981 1982 |
# File 'sig/types.rbs', line 1980 def total_count @total_count end |
#unit_type ⇒ enum_PageUnitType (readonly)
Returns the value of attribute unit_type.
1981 1982 1983 |
# File 'sig/types.rbs', line 1981 def unit_type @unit_type end |