Class: Emoja::Meta
- Inherits:
-
Struct
- Object
- Struct
- Emoja::Meta
- Defined in:
- lib/emoja.rb
Instance Attribute Summary collapse
-
#emoji ⇒ Object
Returns the value of attribute emoji.
-
#group ⇒ Object
Returns the value of attribute group.
-
#keywords ⇒ Object
Returns the value of attribute keywords.
-
#short_name ⇒ Object
Returns the value of attribute short_name.
-
#subgroup ⇒ Object
Returns the value of attribute subgroup.
Instance Attribute Details
#emoji ⇒ Object
Returns the value of attribute emoji
5 6 7 |
# File 'lib/emoja.rb', line 5 def emoji @emoji end |
#group ⇒ Object
Returns the value of attribute group
5 6 7 |
# File 'lib/emoja.rb', line 5 def group @group end |
#keywords ⇒ Object
Returns the value of attribute keywords
5 6 7 |
# File 'lib/emoja.rb', line 5 def keywords @keywords end |
#short_name ⇒ Object
Returns the value of attribute short_name
5 6 7 |
# File 'lib/emoja.rb', line 5 def short_name @short_name end |
#subgroup ⇒ Object
Returns the value of attribute subgroup
5 6 7 |
# File 'lib/emoja.rb', line 5 def subgroup @subgroup end |