class Udgenerator::NSString

Public Instance Methods

==(type) click to toggle source
Calls superclass method Udgenerator::NSObject#==
# File lib/udgenerator/type.rb, line 122
def == (type)
        NSString === type && super(type)
end
defaultValue() click to toggle source
# File lib/udgenerator/type.rb, line 131
def defaultValue
        "@\"\""
end
swift_default_value() click to toggle source
# File lib/udgenerator/type.rb, line 134
def swift_default_value
        "\"\""
end
swift_type_name() click to toggle source
# File lib/udgenerator/type.rb, line 128
def swift_type_name
        "String"
end
type_name() click to toggle source
# File lib/udgenerator/type.rb, line 125
def type_name
        "NSString *"
end