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.
1737 |
# File 'sig/types.rbs', line 1737
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.
1734 1735 1736 |
# File 'sig/types.rbs', line 1734 def @include_embedded end |
#include_metadata ⇒ Boolean?
Returns the value of attribute include_metadata.
1733 1734 1735 |
# File 'sig/types.rbs', line 1733 def @include_metadata end |
#max_content_chars ⇒ Integer?
Returns the value of attribute max_content_chars.
1735 1736 1737 |
# File 'sig/types.rbs', line 1735 def max_content_chars @max_content_chars end |