Class: Xberg::ElementMetadata
- Inherits:
-
Object
- Object
- Xberg::ElementMetadata
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#additional ⇒ Hash[String, String]
readonly
Returns the value of attribute additional.
-
#coordinates ⇒ BoundingBox
readonly
Returns the value of attribute coordinates.
-
#element_index ⇒ Integer
readonly
Returns the value of attribute element_index.
-
#filename ⇒ String
readonly
Returns the value of attribute filename.
-
#page_number ⇒ Integer
readonly
Returns the value of attribute page_number.
Instance Method Summary collapse
-
#initialize ⇒ ElementMetadata
constructor
A new instance of ElementMetadata.
Constructor Details
#initialize ⇒ ElementMetadata
Returns a new instance of ElementMetadata.
1028 |
# File 'sig/types.rbs', line 1028
def initialize: (?page_number: Integer, ?filename: String, ?coordinates: BoundingBox, ?element_index: Integer, additional: Hash[String, String]) -> void
|
Instance Attribute Details
#additional ⇒ Hash[String, String] (readonly)
Returns the value of attribute additional.
1026 1027 1028 |
# File 'sig/types.rbs', line 1026 def additional @additional end |
#coordinates ⇒ BoundingBox (readonly)
Returns the value of attribute coordinates.
1024 1025 1026 |
# File 'sig/types.rbs', line 1024 def coordinates @coordinates end |
#element_index ⇒ Integer (readonly)
Returns the value of attribute element_index.
1025 1026 1027 |
# File 'sig/types.rbs', line 1025 def element_index @element_index end |
#filename ⇒ String (readonly)
Returns the value of attribute filename.
1023 1024 1025 |
# File 'sig/types.rbs', line 1023 def filename @filename end |
#page_number ⇒ Integer (readonly)
Returns the value of attribute page_number.
1022 1023 1024 |
# File 'sig/types.rbs', line 1022 def page_number @page_number end |