Class: Xberg::DiffOptions

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeDiffOptions

Returns a new instance of DiffOptions.

Parameters:

  • include_metadata: (Boolean)
  • include_embedded: (Boolean)
  • max_content_chars: (Integer)


1726
# File 'sig/types.rbs', line 1726

def initialize: (?include_metadata: bool, ?include_embedded: bool, ?max_content_chars: Integer) -> void

Instance Attribute Details

#include_embeddedBoolean?

Returns the value of attribute include_embedded.

Returns:

  • (Boolean, nil)


1723
1724
1725
# File 'sig/types.rbs', line 1723

def include_embedded
  @include_embedded
end

#include_metadataBoolean?

Returns the value of attribute include_metadata.

Returns:

  • (Boolean, nil)


1722
1723
1724
# File 'sig/types.rbs', line 1722

def 
  @include_metadata
end

#max_content_charsInteger?

Returns the value of attribute max_content_chars.

Returns:

  • (Integer, nil)


1724
1725
1726
# File 'sig/types.rbs', line 1724

def max_content_chars
  @max_content_chars
end

Class Method Details

.defaultDiffOptions

Returns:



1727
# File 'sig/types.rbs', line 1727

def self.default: () -> DiffOptions