Class: TanukiEmoji::Db::EmojiTestData
- Inherits:
-
Struct
- Object
- Struct
- TanukiEmoji::Db::EmojiTestData
- Defined in:
- lib/tanuki_emoji/db/emoji_data.rb
Instance Attribute Summary collapse
-
#codepoints ⇒ Object
Returns the value of attribute codepoints.
-
#description ⇒ Object
Returns the value of attribute description.
-
#emoji ⇒ Object
Returns the value of attribute emoji.
-
#group_category ⇒ Object
Returns the value of attribute group_category.
-
#qualification ⇒ Object
Returns the value of attribute qualification.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#codepoints ⇒ Object
Returns the value of attribute codepoints
9 10 11 |
# File 'lib/tanuki_emoji/db/emoji_data.rb', line 9 def codepoints @codepoints end |
#description ⇒ Object
Returns the value of attribute description
9 10 11 |
# File 'lib/tanuki_emoji/db/emoji_data.rb', line 9 def description @description end |
#emoji ⇒ Object
Returns the value of attribute emoji
9 10 11 |
# File 'lib/tanuki_emoji/db/emoji_data.rb', line 9 def emoji @emoji end |
#group_category ⇒ Object
Returns the value of attribute group_category
9 10 11 |
# File 'lib/tanuki_emoji/db/emoji_data.rb', line 9 def group_category @group_category end |
#qualification ⇒ Object
Returns the value of attribute qualification
9 10 11 |
# File 'lib/tanuki_emoji/db/emoji_data.rb', line 9 def qualification @qualification end |
#version ⇒ Object
Returns the value of attribute version
9 10 11 |
# File 'lib/tanuki_emoji/db/emoji_data.rb', line 9 def version @version end |