Class: Quark::Quark::Passthrough

Inherits:
DatawireQuarkCore::QuarkObject show all
Extended by:
DatawireQuarkCore::Static
Defined in:
lib/quark.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

Methods inherited from DatawireQuarkCore::QuarkObject

#to_s

Constructor Details

#initializePassthrough

Returns a new instance of Passthrough.



2830
2831
2832
2833
2834
# File 'lib/quark.rb', line 2830

def initialize()
    self.__init_fields__

    nil
end

Instance Method Details

#__init_fields__Object



2867
2868
2869
2870
2871
# File 'lib/quark.rb', line 2867

def __init_fields__()
    

    nil
end

#_getClassObject



2846
2847
2848
2849
2850
2851
# File 'lib/quark.rb', line 2846

def _getClass()
    
    return "quark._Passthrough"

    nil
end

#_getField(name) ⇒ Object



2853
2854
2855
2856
2857
2858
# File 'lib/quark.rb', line 2853

def _getField(name)
    
    return nil

    nil
end

#_setField(name, value) ⇒ Object



2860
2861
2862
2863
2864
2865
# File 'lib/quark.rb', line 2860

def _setField(name, value)
    
    nil

    nil
end

#call(arg) ⇒ Object



2839
2840
2841
2842
2843
2844
# File 'lib/quark.rb', line 2839

def call(arg)
    
    return arg

    nil
end