Class: Xberg::SecurityLimits
- Inherits:
-
Object
- Object
- Xberg::SecurityLimits
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#max_archive_size ⇒ Integer
readonly
Returns the value of attribute max_archive_size.
-
#max_compression_ratio ⇒ Integer
readonly
Returns the value of attribute max_compression_ratio.
-
#max_content_size ⇒ Integer
readonly
Returns the value of attribute max_content_size.
-
#max_entity_length ⇒ Integer
readonly
Returns the value of attribute max_entity_length.
-
#max_files_in_archive ⇒ Integer
readonly
Returns the value of attribute max_files_in_archive.
-
#max_iterations ⇒ Integer
readonly
Returns the value of attribute max_iterations.
-
#max_nesting_depth ⇒ Integer
readonly
Returns the value of attribute max_nesting_depth.
-
#max_pages ⇒ Integer?
readonly
Returns the value of attribute max_pages.
-
#max_table_cells ⇒ Integer
readonly
Returns the value of attribute max_table_cells.
-
#max_xml_depth ⇒ Integer
readonly
Returns the value of attribute max_xml_depth.
Instance Method Summary collapse
-
#initialize ⇒ SecurityLimits
constructor
A new instance of SecurityLimits.
Constructor Details
#initialize ⇒ SecurityLimits
Returns a new instance of SecurityLimits.
2351 |
# File 'sig/types.rbs', line 2351 def initialize: (?max_archive_size: Integer, ?max_compression_ratio: Integer, ?max_files_in_archive: Integer, ?max_nesting_depth: Integer, ?max_entity_length: Integer, ?max_content_size: Integer, ?max_iterations: Integer, ?max_xml_depth: Integer, ?max_table_cells: Integer, ?max_pages: Integer) -> void |
Instance Attribute Details
#max_archive_size ⇒ Integer (readonly)
Returns the value of attribute max_archive_size.
2340 2341 2342 |
# File 'sig/types.rbs', line 2340 def max_archive_size @max_archive_size end |
#max_compression_ratio ⇒ Integer (readonly)
Returns the value of attribute max_compression_ratio.
2341 2342 2343 |
# File 'sig/types.rbs', line 2341 def max_compression_ratio @max_compression_ratio end |
#max_content_size ⇒ Integer (readonly)
Returns the value of attribute max_content_size.
2345 2346 2347 |
# File 'sig/types.rbs', line 2345 def max_content_size @max_content_size end |
#max_entity_length ⇒ Integer (readonly)
Returns the value of attribute max_entity_length.
2344 2345 2346 |
# File 'sig/types.rbs', line 2344 def max_entity_length @max_entity_length end |
#max_files_in_archive ⇒ Integer (readonly)
Returns the value of attribute max_files_in_archive.
2342 2343 2344 |
# File 'sig/types.rbs', line 2342 def max_files_in_archive @max_files_in_archive end |
#max_iterations ⇒ Integer (readonly)
Returns the value of attribute max_iterations.
2346 2347 2348 |
# File 'sig/types.rbs', line 2346 def max_iterations @max_iterations end |
#max_nesting_depth ⇒ Integer (readonly)
Returns the value of attribute max_nesting_depth.
2343 2344 2345 |
# File 'sig/types.rbs', line 2343 def max_nesting_depth @max_nesting_depth end |
#max_pages ⇒ Integer? (readonly)
Returns the value of attribute max_pages.
2349 2350 2351 |
# File 'sig/types.rbs', line 2349 def max_pages @max_pages end |
#max_table_cells ⇒ Integer (readonly)
Returns the value of attribute max_table_cells.
2348 2349 2350 |
# File 'sig/types.rbs', line 2348 def max_table_cells @max_table_cells end |
#max_xml_depth ⇒ Integer (readonly)
Returns the value of attribute max_xml_depth.
2347 2348 2349 |
# File 'sig/types.rbs', line 2347 def max_xml_depth @max_xml_depth end |