Class: Rtype::RtypeProxy
Instance Attribute Summary collapse
-
#annotation_mode ⇒ Object
Returns the value of attribute annotation_mode.
-
#annotation_type_sig ⇒ Object
Returns the value of attribute annotation_type_sig.
Instance Method Summary collapse
-
#initialize ⇒ RtypeProxy
constructor
A new instance of RtypeProxy.
Constructor Details
#initialize ⇒ RtypeProxy
Returns a new instance of RtypeProxy.
5 6 7 8 |
# File 'lib/rtype/rtype_proxy.rb', line 5 def initialize @annotation_mode = false @annotation_type_sig = nil end |
Instance Attribute Details
#annotation_mode ⇒ Object
Returns the value of attribute annotation_mode.
3 4 5 |
# File 'lib/rtype/rtype_proxy.rb', line 3 def annotation_mode @annotation_mode end |
#annotation_type_sig ⇒ Object
Returns the value of attribute annotation_type_sig.
4 5 6 |
# File 'lib/rtype/rtype_proxy.rb', line 4 def annotation_type_sig @annotation_type_sig end |