Class: Vatsim::ATC

Inherits:
Client show all
Defined in:
lib/vatsim/atc.rb

Overview

Connected pilot

Instance Attribute Summary collapse

Method Summary

Methods inherited from Client

#initialize

Constructor Details

This class inherits a constructor from Vatsim::Client

Instance Attribute Details

#callsignObject (readonly)

Returns the value of attribute callsign.



4
5
6
# File 'lib/vatsim/atc.rb', line 4

def callsign
  @callsign
end

#cidObject (readonly)

Returns the value of attribute cid.



4
5
6
# File 'lib/vatsim/atc.rb', line 4

def cid
  @cid
end

#clienttypeObject (readonly)

Returns the value of attribute clienttype.



4
5
6
# File 'lib/vatsim/atc.rb', line 4

def clienttype
  @clienttype
end

#facilitytypeObject (readonly)

Returns the value of attribute facilitytype.



4
5
6
# File 'lib/vatsim/atc.rb', line 4

def facilitytype
  @facilitytype
end

#frequencyObject (readonly)

Returns the value of attribute frequency.



4
5
6
# File 'lib/vatsim/atc.rb', line 4

def frequency
  @frequency
end

#latitudeObject (readonly)

Returns the value of attribute latitude.



4
5
6
# File 'lib/vatsim/atc.rb', line 4

def latitude
  @latitude
end

#longitudeObject (readonly)

Returns the value of attribute longitude.



4
5
6
# File 'lib/vatsim/atc.rb', line 4

def longitude
  @longitude
end

#protrevisionObject (readonly)

Returns the value of attribute protrevision.



4
5
6
# File 'lib/vatsim/atc.rb', line 4

def protrevision
  @protrevision
end

#ratingObject (readonly)

Returns the value of attribute rating.



4
5
6
# File 'lib/vatsim/atc.rb', line 4

def rating
  @rating
end

#realnameObject (readonly)

Returns the value of attribute realname.



4
5
6
# File 'lib/vatsim/atc.rb', line 4

def realname
  @realname
end

#serverObject (readonly)

Returns the value of attribute server.



4
5
6
# File 'lib/vatsim/atc.rb', line 4

def server
  @server
end

#time_logonObject (readonly)

Returns the value of attribute time_logon.



4
5
6
# File 'lib/vatsim/atc.rb', line 4

def time_logon
  @time_logon
end

#visualrangeObject (readonly)

Returns the value of attribute visualrange.



4
5
6
# File 'lib/vatsim/atc.rb', line 4

def visualrange
  @visualrange
end