Class: StringElement
- Inherits:
-
Object
- Object
- StringElement
- Defined in:
- lib/cocoapods-aqara-localzedLoader/StringElement.rb
Instance Attribute Summary collapse
-
#android_list ⇒ Object
Returns the value of attribute android_list.
-
#ios_list ⇒ Object
Returns the value of attribute ios_list.
-
#langHash ⇒ Object
Returns the value of attribute langHash.
Instance Method Summary collapse
-
#initialize ⇒ StringElement
constructor
A new instance of StringElement.
- #to_s ⇒ Object
Constructor Details
#initialize ⇒ StringElement
Returns a new instance of StringElement.
8 9 10 11 12 |
# File 'lib/cocoapods-aqara-localzedLoader/StringElement.rb', line 8 def initialize @langHash = {} @ios_list = [] @android_list = [] end |
Instance Attribute Details
#android_list ⇒ Object
Returns the value of attribute android_list.
6 7 8 |
# File 'lib/cocoapods-aqara-localzedLoader/StringElement.rb', line 6 def android_list @android_list end |
#ios_list ⇒ Object
Returns the value of attribute ios_list.
5 6 7 |
# File 'lib/cocoapods-aqara-localzedLoader/StringElement.rb', line 5 def ios_list @ios_list end |
#langHash ⇒ Object
Returns the value of attribute langHash.
4 5 6 |
# File 'lib/cocoapods-aqara-localzedLoader/StringElement.rb', line 4 def langHash @langHash end |
Instance Method Details
#to_s ⇒ Object
14 15 16 |
# File 'lib/cocoapods-aqara-localzedLoader/StringElement.rb', line 14 def to_s @langHash.to_s end |