Class: Quark::DatawireMdkMd::QuarkHTTPError
Constant Summary
DatawireQuarkCore::Static::Unassigned
Instance Method Summary
collapse
_lazy_statics, static, unlazy_statics
Constructor Details
Returns a new instance of QuarkHTTPError.
13386
13387
13388
13389
13390
13391
13392
13393
13394
13395
13396
|
# File 'lib/datawire_mdk_md.rb', line 13386
def initialize()
super("quark.HTTPError")
(self).name = "quark.HTTPError"
(self).parameters = ::DatawireQuarkCore::List.new([])
(self).fields = ::DatawireQuarkCore::List.new([::Quark.quark.reflect.Field.new("quark.String", "message")])
(self).methods = ::DatawireQuarkCore::List.new([])
(self).parents = ::DatawireQuarkCore::List.new(["quark.error.Error"])
nil
end
|
Instance Method Details
#__init_fields__ ⇒ Object
13436
13437
13438
13439
13440
13441
|
# File 'lib/datawire_mdk_md.rb', line 13436
def __init_fields__()
super
nil
end
|
#_getClass ⇒ Object
13415
13416
13417
13418
13419
13420
|
# File 'lib/datawire_mdk_md.rb', line 13415
def _getClass()
return ::DatawireQuarkCore.cast(nil) { ::String }
nil
end
|
#_getField(name) ⇒ Object
13422
13423
13424
13425
13426
13427
|
# File 'lib/datawire_mdk_md.rb', line 13422
def _getField(name)
return nil
nil
end
|
#_setField(name, value) ⇒ Object
13429
13430
13431
13432
13433
13434
|
# File 'lib/datawire_mdk_md.rb', line 13429
def _setField(name, value)
nil
nil
end
|
#construct(args) ⇒ Object
13401
13402
13403
13404
13405
13406
|
# File 'lib/datawire_mdk_md.rb', line 13401
def construct(args)
return ::Quark.quark.HTTPError.new(::DatawireQuarkCore.cast((args)[0]) { ::String })
nil
end
|
#isAbstract ⇒ Object
13408
13409
13410
13411
13412
13413
|
# File 'lib/datawire_mdk_md.rb', line 13408
def isAbstract()
return false
nil
end
|