Class: Xberg::PageInfo
- Inherits:
-
Object
- Object
- Xberg::PageInfo
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#has_vector_graphics ⇒ Boolean
readonly
Returns the value of attribute has_vector_graphics.
-
#hidden ⇒ Boolean
readonly
Returns the value of attribute hidden.
-
#image_count ⇒ Integer
readonly
Returns the value of attribute image_count.
-
#is_blank ⇒ Boolean
readonly
Returns the value of attribute is_blank.
-
#number ⇒ Integer
readonly
Returns the value of attribute number.
-
#table_count ⇒ Integer
readonly
Returns the value of attribute table_count.
-
#title ⇒ String
readonly
Returns the value of attribute title.
Instance Method Summary collapse
-
#initialize ⇒ PageInfo
constructor
A new instance of PageInfo.
Constructor Details
#initialize ⇒ PageInfo
Returns a new instance of PageInfo.
1622 |
# File 'sig/types.rbs', line 1622
def initialize: (number: Integer, ?title: String, ?image_count: Integer, ?table_count: Integer, ?hidden: bool, ?is_blank: bool, has_vector_graphics: bool) -> void
|
Instance Attribute Details
#has_vector_graphics ⇒ Boolean (readonly)
Returns the value of attribute has_vector_graphics.
1620 1621 1622 |
# File 'sig/types.rbs', line 1620 def has_vector_graphics @has_vector_graphics end |
#hidden ⇒ Boolean (readonly)
Returns the value of attribute hidden.
1618 1619 1620 |
# File 'sig/types.rbs', line 1618 def hidden @hidden end |
#image_count ⇒ Integer (readonly)
Returns the value of attribute image_count.
1616 1617 1618 |
# File 'sig/types.rbs', line 1616 def image_count @image_count end |
#is_blank ⇒ Boolean (readonly)
Returns the value of attribute is_blank.
1619 1620 1621 |
# File 'sig/types.rbs', line 1619 def is_blank @is_blank end |
#number ⇒ Integer (readonly)
Returns the value of attribute number.
1614 1615 1616 |
# File 'sig/types.rbs', line 1614 def number @number end |
#table_count ⇒ Integer (readonly)
Returns the value of attribute table_count.
1617 1618 1619 |
# File 'sig/types.rbs', line 1617 def table_count @table_count end |
#title ⇒ String (readonly)
Returns the value of attribute title.
1615 1616 1617 |
# File 'sig/types.rbs', line 1615 def title @title end |