Class: Xberg::DocumentCounts
- Inherits:
-
Object
- Object
- Xberg::DocumentCounts
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#images ⇒ Integer
readonly
Returns the value of attribute images.
-
#pages ⇒ Integer
readonly
Returns the value of attribute pages.
-
#tables ⇒ Integer
readonly
Returns the value of attribute tables.
Instance Method Summary collapse
-
#initialize ⇒ DocumentCounts
constructor
A new instance of DocumentCounts.
Constructor Details
#initialize ⇒ DocumentCounts
Returns a new instance of DocumentCounts.
584 |
# File 'sig/types.rbs', line 584 def initialize: (?pages: Integer, ?tables: Integer, ?images: Integer) -> void |
Instance Attribute Details
#images ⇒ Integer (readonly)
Returns the value of attribute images.
582 583 584 |
# File 'sig/types.rbs', line 582 def images @images end |
#pages ⇒ Integer (readonly)
Returns the value of attribute pages.
580 581 582 |
# File 'sig/types.rbs', line 580 def pages @pages end |
#tables ⇒ Integer (readonly)
Returns the value of attribute tables.
581 582 583 |
# File 'sig/types.rbs', line 581 def tables @tables end |