Class: Quark::DatawireMdkMd::QuarkHTTPRequest

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

#initializeQuarkHTTPRequest

Returns a new instance of QuarkHTTPRequest.



13470
13471
13472
13473
13474
13475
13476
13477
13478
13479
13480
# File 'lib/datawire_mdk_md.rb', line 13470

def initialize()
    
    super("quark.HTTPRequest")
    (self).name = "quark.HTTPRequest"
    (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



13520
13521
13522
13523
13524
13525
# File 'lib/datawire_mdk_md.rb', line 13520

def __init_fields__()
    
    super

    nil
end

#_getClassObject



13499
13500
13501
13502
13503
13504
# File 'lib/datawire_mdk_md.rb', line 13499

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

    nil
end

#_getField(name) ⇒ Object



13506
13507
13508
13509
13510
13511
# File 'lib/datawire_mdk_md.rb', line 13506

def _getField(name)
    
    return nil

    nil
end

#_setField(name, value) ⇒ Object



13513
13514
13515
13516
13517
13518
# File 'lib/datawire_mdk_md.rb', line 13513

def _setField(name, value)
    
    nil

    nil
end

#construct(args) ⇒ Object



13485
13486
13487
13488
13489
13490
# File 'lib/datawire_mdk_md.rb', line 13485

def construct(args)
    
    return nil

    nil
end

#isAbstractObject



13492
13493
13494
13495
13496
13497
# File 'lib/datawire_mdk_md.rb', line 13492

def isAbstract()
    
    return true

    nil
end