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.
952 |
# File 'sig/types.rbs', line 952
def initialize: (?pages: Integer, ?tables: Integer, ?images: Integer) -> void
|
Instance Attribute Details
#images ⇒ Integer?
Returns the value of attribute images.
950 951 952 |
# File 'sig/types.rbs', line 950 def images @images end |
#pages ⇒ Integer?
Returns the value of attribute pages.
948 949 950 |
# File 'sig/types.rbs', line 948 def pages @pages end |
#tables ⇒ Integer?
Returns the value of attribute tables.
949 950 951 |
# File 'sig/types.rbs', line 949 def tables @tables end |