Class: UnicodeScriptDetector::SpoofDetector::InvisibleChar

Inherits:
Struct
  • Object
show all
Defined in:
lib/unicode_script_detector/spoof_detector.rb

Instance Attribute Summary collapse

Instance Attribute Details

#charObject

Returns the value of attribute char

Returns:

  • (Object)

    the current value of char



5
6
7
# File 'lib/unicode_script_detector/spoof_detector.rb', line 5

def char
  @char
end

#codepointObject

Returns the value of attribute codepoint

Returns:

  • (Object)

    the current value of codepoint



5
6
7
# File 'lib/unicode_script_detector/spoof_detector.rb', line 5

def codepoint
  @codepoint
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



5
6
7
# File 'lib/unicode_script_detector/spoof_detector.rb', line 5

def name
  @name
end

#positionObject

Returns the value of attribute position

Returns:

  • (Object)

    the current value of position



5
6
7
# File 'lib/unicode_script_detector/spoof_detector.rb', line 5

def position
  @position
end