Class: Xberg::DiffOptions
- Inherits:
-
Object
- Object
- Xberg::DiffOptions
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#include_embedded ⇒ Boolean?
Returns the value of attribute include_embedded.
-
#include_metadata ⇒ Boolean?
Returns the value of attribute include_metadata.
-
#max_content_chars ⇒ Integer?
Returns the value of attribute max_content_chars.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ DiffOptions
constructor
A new instance of DiffOptions.
Constructor Details
#initialize ⇒ DiffOptions
Returns a new instance of DiffOptions.
1791 |
# File 'sig/types.rbs', line 1791
def initialize: (?include_metadata: bool, ?include_embedded: bool, ?max_content_chars: Integer) -> void
|
Instance Attribute Details
#include_embedded ⇒ Boolean?
Returns the value of attribute include_embedded.
1788 1789 1790 |
# File 'sig/types.rbs', line 1788 def @include_embedded end |
#include_metadata ⇒ Boolean?
Returns the value of attribute include_metadata.
1787 1788 1789 |
# File 'sig/types.rbs', line 1787 def @include_metadata end |
#max_content_chars ⇒ Integer?
Returns the value of attribute max_content_chars.
1789 1790 1791 |
# File 'sig/types.rbs', line 1789 def max_content_chars @max_content_chars end |