Class: TanukiEmoji::Db::EmojiTestData

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



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

def codepoints
  @codepoints
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



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

def description
  @description
end

#emojiObject

Returns the value of attribute emoji

Returns:

  • (Object)

    the current value of emoji



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

def emoji
  @emoji
end

#group_categoryObject

Returns the value of attribute group_category

Returns:

  • (Object)

    the current value of group_category



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

def group_category
  @group_category
end

#qualificationObject

Returns the value of attribute qualification

Returns:

  • (Object)

    the current value of qualification



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

def qualification
  @qualification
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



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

def version
  @version
end