Class: TanukiEmoji::Db::EmojiData
- Inherits:
-
Struct
- Object
- Struct
- TanukiEmoji::Db::EmojiData
- 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.
-
#examples ⇒ Object
Returns the value of attribute examples.
-
#property ⇒ Object
Returns the value of attribute property.
-
#range_size ⇒ Object
Returns the value of attribute range_size.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#codepoints ⇒ Object
Returns the value of attribute codepoints
8 9 10 |
# File 'lib/tanuki_emoji/db/emoji_data.rb', line 8 def codepoints @codepoints end |
#description ⇒ Object
Returns the value of attribute description
8 9 10 |
# File 'lib/tanuki_emoji/db/emoji_data.rb', line 8 def description @description end |
#examples ⇒ Object
Returns the value of attribute examples
8 9 10 |
# File 'lib/tanuki_emoji/db/emoji_data.rb', line 8 def examples @examples end |
#property ⇒ Object
Returns the value of attribute property
8 9 10 |
# File 'lib/tanuki_emoji/db/emoji_data.rb', line 8 def property @property end |
#range_size ⇒ Object
Returns the value of attribute range_size
8 9 10 |
# File 'lib/tanuki_emoji/db/emoji_data.rb', line 8 def range_size @range_size end |
#version ⇒ Object
Returns the value of attribute version
8 9 10 |
# File 'lib/tanuki_emoji/db/emoji_data.rb', line 8 def version @version end |