Class: Quark::DatawireMdkMd::QuarkHTTPResponse
Constant Summary
DatawireQuarkCore::Static::Unassigned
Instance Method Summary
collapse
_lazy_statics, static, unlazy_statics
Constructor Details
Returns a new instance of QuarkHTTPResponse.
13593
13594
13595
13596
13597
13598
13599
13600
13601
13602
13603
|
# File 'lib/datawire_mdk_md.rb', line 13593
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
13643
13644
13645
13646
13647
13648
|
# File 'lib/datawire_mdk_md.rb', line 13643
def __init_fields__()
super
nil
end
|
#_getClass ⇒ Object
13622
13623
13624
13625
13626
13627
|
# File 'lib/datawire_mdk_md.rb', line 13622
def _getClass()
return ::DatawireQuarkCore.cast(nil) { ::String }
nil
end
|
#_getField(name) ⇒ Object
13629
13630
13631
13632
13633
13634
|
# File 'lib/datawire_mdk_md.rb', line 13629
def _getField(name)
return nil
nil
end
|
#_setField(name, value) ⇒ Object
13636
13637
13638
13639
13640
13641
|
# File 'lib/datawire_mdk_md.rb', line 13636
def _setField(name, value)
nil
nil
end
|
#construct(args) ⇒ Object
13608
13609
13610
13611
13612
13613
|
# File 'lib/datawire_mdk_md.rb', line 13608
def construct(args)
return nil
nil
end
|
#isAbstract ⇒ Object
13615
13616
13617
13618
13619
13620
|
# File 'lib/datawire_mdk_md.rb', line 13615
def isAbstract()
return true
nil
end
|