Class: Xberg::AnnotationKindStrikethrough

Inherits:
Data
  • Object
show all
Extended by:
T::Sig
Includes:
AnnotationKind
Defined in:
lib/xberg/native.rb

Overview

Strikethrough text.

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.from_hash(hash) ⇒ Object



2167
2168
2169
# File 'lib/xberg/native.rb', line 2167

def self.from_hash(hash)
  new
end

Instance Method Details

#bold?Boolean

Returns:

  • (Boolean)


2141
# File 'lib/xberg/native.rb', line 2141

def bold? = false

#code?Boolean

Returns:

  • (Boolean)


2149
# File 'lib/xberg/native.rb', line 2149

def code? = false

#color?Boolean

Returns:

  • (Boolean)


2159
# File 'lib/xberg/native.rb', line 2159

def color? = false

#custom?Boolean

Returns:

  • (Boolean)


2163
2164
2165
# File 'lib/xberg/native.rb', line 2163

def custom? = false
# @param hash [Hash] deserialized from the native extension
# @return [self]

#font_size?Boolean

Returns:

  • (Boolean)


2161
# File 'lib/xberg/native.rb', line 2161

def font_size? = false

#highlight?Boolean

Returns:

  • (Boolean)


2157
# File 'lib/xberg/native.rb', line 2157

def highlight? = false

#italic?Boolean

Returns:

  • (Boolean)


2143
# File 'lib/xberg/native.rb', line 2143

def italic? = false

#link?Boolean

Returns:

  • (Boolean)


2155
# File 'lib/xberg/native.rb', line 2155

def link? = false

#strikethrough?Boolean

Returns:

  • (Boolean)


2147
# File 'lib/xberg/native.rb', line 2147

def strikethrough? = true

#subscript?Boolean

Returns:

  • (Boolean)


2151
# File 'lib/xberg/native.rb', line 2151

def subscript? = false

#superscript?Boolean

Returns:

  • (Boolean)


2153
# File 'lib/xberg/native.rb', line 2153

def superscript? = false

#underline?Boolean

Returns:

  • (Boolean)


2145
# File 'lib/xberg/native.rb', line 2145

def underline? = false