class Udgenerator::NSDictionary
Public Instance Methods
==(type)
click to toggle source
Calls superclass method
Udgenerator::NSObject#==
# File lib/udgenerator/type.rb, line 170 def == (type) NSDictionary === type && super(type) end
defaultValue()
click to toggle source
# File lib/udgenerator/type.rb, line 179 def defaultValue "@{}" end
swift_type_name()
click to toggle source
# File lib/udgenerator/type.rb, line 176 def swift_type_name "NSDictionary" end
type_name()
click to toggle source
# File lib/udgenerator/type.rb, line 173 def type_name "NSDictionary *" end