Class: Xberg::DiffOptions

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

Instance Attribute 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)


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

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

Instance Attribute Details

#include_embeddedBoolean (readonly)

Returns the value of attribute include_embedded.

Returns:

  • (Boolean)


511
512
513
# File 'sig/types.rbs', line 511

def include_embedded
  @include_embedded
end

#include_metadataBoolean (readonly)

Returns the value of attribute include_metadata.

Returns:

  • (Boolean)


510
511
512
# File 'sig/types.rbs', line 510

def 
  @include_metadata
end

#max_content_charsInteger? (readonly)

Returns the value of attribute max_content_chars.

Returns:

  • (Integer, nil)


512
513
514
# File 'sig/types.rbs', line 512

def max_content_chars
  @max_content_chars
end