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.
1817 |
# File 'sig/types.rbs', line 1817
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.
1814 1815 1816 |
# File 'sig/types.rbs', line 1814 def @include_embedded end |
#include_metadata ⇒ Boolean?
Returns the value of attribute include_metadata.
1813 1814 1815 |
# File 'sig/types.rbs', line 1813 def @include_metadata end |
#max_content_chars ⇒ Integer?
Returns the value of attribute max_content_chars.
1815 1816 1817 |
# File 'sig/types.rbs', line 1815 def max_content_chars @max_content_chars end |