Class: Quark::DatawireMdkMd::QuarkHTTPResponse

Inherits:
Object
  • Object
show all
Extended by:
DatawireQuarkCore::Static
Defined in:
lib/datawire_mdk_md.rb

Constant Summary

Constants included from DatawireQuarkCore::Static

DatawireQuarkCore::Static::Unassigned

Instance Method Summary collapse

Methods included from DatawireQuarkCore::Static

_lazy_statics, static, unlazy_statics

Constructor Details

#initializeQuarkHTTPResponse

Returns a new instance of QuarkHTTPResponse.



13539
13540
13541
13542
13543
13544
13545
13546
13547
13548
13549
# File 'lib/datawire_mdk_md.rb', line 13539

def initialize()
    
    super("quark.HTTPResponse")
    (self).name = "quark.HTTPResponse"
    (self).parameters = ::DatawireQuarkCore::List.new([])
    (self).fields = ::DatawireQuarkCore::List.new([])
    (self).methods = ::DatawireQuarkCore::List.new([])
    (self).parents = ::DatawireQuarkCore::List.new(["quark.Object"])

    nil
end

Instance Method Details

#__init_fields__Object



13589
13590
13591
13592
13593
13594
# File 'lib/datawire_mdk_md.rb', line 13589

def __init_fields__()
    
    super

    nil
end

#_getClassObject



13568
13569
13570
13571
13572
13573
# File 'lib/datawire_mdk_md.rb', line 13568

def _getClass()
    
    return ::DatawireQuarkCore.cast(nil) { ::String }

    nil
end

#_getField(name) ⇒ Object



13575
13576
13577
13578
13579
13580
# File 'lib/datawire_mdk_md.rb', line 13575

def _getField(name)
    
    return nil

    nil
end

#_setField(name, value) ⇒ Object



13582
13583
13584
13585
13586
13587
# File 'lib/datawire_mdk_md.rb', line 13582

def _setField(name, value)
    
    nil

    nil
end

#construct(args) ⇒ Object



13554
13555
13556
13557
13558
13559
# File 'lib/datawire_mdk_md.rb', line 13554

def construct(args)
    
    return nil

    nil
end

#isAbstractObject



13561
13562
13563
13564
13565
13566
# File 'lib/datawire_mdk_md.rb', line 13561

def isAbstract()
    
    return true

    nil
end