Method: CallSign#type

Defined in:
lib/callsign.rb

#typeObject



45
46
47
48
49
# File 'lib/callsign.rb', line 45

def type
	@callinfo.elements.each("callook") do |ele|
		return ele.elements['type'].text
	end
end