Class: AdLocalize::Entities::SimpleWording

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

Instance Attribute Summary collapse

Instance Attribute Details

#commentObject

Returns the value of attribute comment

Returns:

  • (Object)

    the current value of comment



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

def comment
  @comment
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



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

def key
  @key
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



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

def value
  @value
end