Class: Rtype::RtypeProxy

Inherits:
Module
  • Object
show all
Defined in:
lib/rtype/rtype_proxy.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeRtypeProxy

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_modeObject

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_sigObject

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