Class: Quark::Quark::Passthrough
Constant Summary
DatawireQuarkCore::Static::Unassigned
Instance Method Summary
collapse
_lazy_statics, static, unlazy_statics
#to_s
Constructor Details
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
|
#_getClass ⇒ Object
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
|