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.
13662
13663
13664
13665
13666
13667
13668
13669
13670
13671
13672
|
# File 'lib/datawire_mdk_md.rb', line 13662
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
13712
13713
13714
13715
13716
13717
|
# File 'lib/datawire_mdk_md.rb', line 13712
def __init_fields__()
super
nil
end
|
#_getClass ⇒ Object
13691
13692
13693
13694
13695
13696
|
# File 'lib/datawire_mdk_md.rb', line 13691
def _getClass()
return ::DatawireQuarkCore.cast(nil) { ::String }
nil
end
|
#_getField(name) ⇒ Object
13698
13699
13700
13701
13702
13703
|
# File 'lib/datawire_mdk_md.rb', line 13698
def _getField(name)
return nil
nil
end
|
#_setField(name, value) ⇒ Object
13705
13706
13707
13708
13709
13710
|
# File 'lib/datawire_mdk_md.rb', line 13705
def _setField(name, value)
nil
nil
end
|
#construct(args) ⇒ Object
13677
13678
13679
13680
13681
13682
|
# File 'lib/datawire_mdk_md.rb', line 13677
def construct(args)
return nil
nil
end
|
#isAbstract ⇒ Object
13684
13685
13686
13687
13688
13689
|
# File 'lib/datawire_mdk_md.rb', line 13684
def isAbstract()
return true
nil
end
|