Class: Emoja::Meta

Inherits:
Struct
  • Object
show all
Defined in:
lib/emoja.rb

Instance Attribute Summary collapse

Instance Attribute Details

#emojiObject

Returns the value of attribute emoji

Returns:

  • (Object)

    the current value of emoji



5
6
7
# File 'lib/emoja.rb', line 5

def emoji
  @emoji
end

#groupObject

Returns the value of attribute group

Returns:

  • (Object)

    the current value of group



5
6
7
# File 'lib/emoja.rb', line 5

def group
  @group
end

#keywordsObject

Returns the value of attribute keywords

Returns:

  • (Object)

    the current value of keywords



5
6
7
# File 'lib/emoja.rb', line 5

def keywords
  @keywords
end

#short_nameObject

Returns the value of attribute short_name

Returns:

  • (Object)

    the current value of short_name



5
6
7
# File 'lib/emoja.rb', line 5

def short_name
  @short_name
end

#subgroupObject

Returns the value of attribute subgroup

Returns:

  • (Object)

    the current value of subgroup



5
6
7
# File 'lib/emoja.rb', line 5

def subgroup
  @subgroup
end