Class: Xberg::SecurityLimits
- Inherits:
-
Object
- Object
- Xberg::SecurityLimits
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#max_archive_size ⇒ Integer?
Returns the value of attribute max_archive_size.
-
#max_compression_ratio ⇒ Integer?
Returns the value of attribute max_compression_ratio.
-
#max_content_size ⇒ Integer?
Returns the value of attribute max_content_size.
-
#max_entity_length ⇒ Integer?
Returns the value of attribute max_entity_length.
-
#max_files_in_archive ⇒ Integer?
Returns the value of attribute max_files_in_archive.
-
#max_iterations ⇒ Integer?
Returns the value of attribute max_iterations.
-
#max_nesting_depth ⇒ Integer?
Returns the value of attribute max_nesting_depth.
-
#max_table_cells ⇒ Integer?
Returns the value of attribute max_table_cells.
-
#max_xml_depth ⇒ Integer?
Returns the value of attribute max_xml_depth.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ SecurityLimits
constructor
A new instance of SecurityLimits.
Constructor Details
#initialize ⇒ SecurityLimits
Returns a new instance of SecurityLimits.
672 |
# File 'sig/types.rbs', line 672
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) -> void
|
Instance Attribute Details
#max_archive_size ⇒ Integer?
Returns the value of attribute max_archive_size.
662 663 664 |
# File 'sig/types.rbs', line 662 def max_archive_size @max_archive_size end |
#max_compression_ratio ⇒ Integer?
Returns the value of attribute max_compression_ratio.
663 664 665 |
# File 'sig/types.rbs', line 663 def max_compression_ratio @max_compression_ratio end |
#max_content_size ⇒ Integer?
Returns the value of attribute max_content_size.
667 668 669 |
# File 'sig/types.rbs', line 667 def max_content_size @max_content_size end |
#max_entity_length ⇒ Integer?
Returns the value of attribute max_entity_length.
666 667 668 |
# File 'sig/types.rbs', line 666 def max_entity_length @max_entity_length end |
#max_files_in_archive ⇒ Integer?
Returns the value of attribute max_files_in_archive.
664 665 666 |
# File 'sig/types.rbs', line 664 def max_files_in_archive @max_files_in_archive end |
#max_iterations ⇒ Integer?
Returns the value of attribute max_iterations.
668 669 670 |
# File 'sig/types.rbs', line 668 def max_iterations @max_iterations end |
#max_nesting_depth ⇒ Integer?
Returns the value of attribute max_nesting_depth.
665 666 667 |
# File 'sig/types.rbs', line 665 def max_nesting_depth @max_nesting_depth end |
#max_table_cells ⇒ Integer?
Returns the value of attribute max_table_cells.
670 671 672 |
# File 'sig/types.rbs', line 670 def max_table_cells @max_table_cells end |
#max_xml_depth ⇒ Integer?
Returns the value of attribute max_xml_depth.
669 670 671 |
# File 'sig/types.rbs', line 669 def max_xml_depth @max_xml_depth end |
Class Method Details
.default ⇒ SecurityLimits
673 |
# File 'sig/types.rbs', line 673
def self.default: () -> SecurityLimits
|