Class: TanukiEmoji::Db::EmojiData

Inherits:
Struct
  • Object
show all
Defined in:
lib/tanuki_emoji/db/emoji_data.rb

Instance Attribute Summary collapse

Instance Attribute Details

#codepointsObject

Returns the value of attribute codepoints

Returns:

  • (Object)

    the current value of codepoints



8
9
10
# File 'lib/tanuki_emoji/db/emoji_data.rb', line 8

def codepoints
  @codepoints
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



8
9
10
# File 'lib/tanuki_emoji/db/emoji_data.rb', line 8

def description
  @description
end

#examplesObject

Returns the value of attribute examples

Returns:

  • (Object)

    the current value of examples



8
9
10
# File 'lib/tanuki_emoji/db/emoji_data.rb', line 8

def examples
  @examples
end

#propertyObject

Returns the value of attribute property

Returns:

  • (Object)

    the current value of property



8
9
10
# File 'lib/tanuki_emoji/db/emoji_data.rb', line 8

def property
  @property
end

#range_sizeObject

Returns the value of attribute range_size

Returns:

  • (Object)

    the current value of range_size



8
9
10
# File 'lib/tanuki_emoji/db/emoji_data.rb', line 8

def range_size
  @range_size
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



8
9
10
# File 'lib/tanuki_emoji/db/emoji_data.rb', line 8

def version
  @version
end