Class: AdLocalize::Entities::Key
- Inherits:
-
Struct
- Object
- Struct
- AdLocalize::Entities::Key
- Defined in:
- lib/ad_localize/entities/key.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#label ⇒ Object
Returns the value of attribute label.
-
#type ⇒ Object
Returns the value of attribute type.
-
#variant_name ⇒ Object
Returns the value of attribute variant_name.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
4 5 6 |
# File 'lib/ad_localize/entities/key.rb', line 4 def id @id end |
#label ⇒ Object
Returns the value of attribute label
4 5 6 |
# File 'lib/ad_localize/entities/key.rb', line 4 def label @label end |
#type ⇒ Object
Returns the value of attribute type
4 5 6 |
# File 'lib/ad_localize/entities/key.rb', line 4 def type @type end |
#variant_name ⇒ Object
Returns the value of attribute variant_name
4 5 6 |
# File 'lib/ad_localize/entities/key.rb', line 4 def variant_name @variant_name end |