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.
1726 |
# File 'sig/types.rbs', line 1726
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.
1723 1724 1725 |
# File 'sig/types.rbs', line 1723 def @include_embedded end |
#include_metadata ⇒ Boolean?
Returns the value of attribute include_metadata.
1722 1723 1724 |
# File 'sig/types.rbs', line 1722 def @include_metadata end |
#max_content_chars ⇒ Integer?
Returns the value of attribute max_content_chars.
1724 1725 1726 |
# File 'sig/types.rbs', line 1724 def max_content_chars @max_content_chars end |