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