Class: AdLocalize::Entities::Key

Inherits:
Struct
  • Object
show all
Defined in:
lib/ad_localize/entities/key.rb

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



4
5
6
# File 'lib/ad_localize/entities/key.rb', line 4

def id
  @id
end

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



4
5
6
# File 'lib/ad_localize/entities/key.rb', line 4

def label
  @label
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



4
5
6
# File 'lib/ad_localize/entities/key.rb', line 4

def type
  @type
end

#variant_nameObject

Returns the value of attribute variant_name

Returns:

  • (Object)

    the current value of variant_name



4
5
6
# File 'lib/ad_localize/entities/key.rb', line 4

def variant_name
  @variant_name
end