Class: StringElement

Inherits:
Object
  • Object
show all
Defined in:
lib/cocoapods-aqara-localzedLoader/StringElement.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeStringElement

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_listObject

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_listObject

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

#langHashObject

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_sObject



14
15
16
# File 'lib/cocoapods-aqara-localzedLoader/StringElement.rb', line 14

def to_s
  @langHash.to_s
end