Class: Xberg::DocumentCounts
- Inherits:
-
Object
- Object
- Xberg::DocumentCounts
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#images ⇒ Integer?
Returns the value of attribute images.
-
#pages ⇒ Integer?
Returns the value of attribute pages.
-
#tables ⇒ Integer?
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.
894 |
# File 'sig/types.rbs', line 894
def initialize: (?pages: Integer, ?tables: Integer, ?images: Integer) -> void
|
Instance Attribute Details
#images ⇒ Integer?
Returns the value of attribute images.
892 893 894 |
# File 'sig/types.rbs', line 892 def images @images end |
#pages ⇒ Integer?
Returns the value of attribute pages.
890 891 892 |
# File 'sig/types.rbs', line 890 def pages @pages end |
#tables ⇒ Integer?
Returns the value of attribute tables.
891 892 893 |
# File 'sig/types.rbs', line 891 def tables @tables end |