Class: Vatsim::ATC
Overview
Connected pilot
Instance Attribute Summary collapse
-
#callsign ⇒ Object
readonly
Returns the value of attribute callsign.
-
#cid ⇒ Object
readonly
Returns the value of attribute cid.
-
#clienttype ⇒ Object
readonly
Returns the value of attribute clienttype.
-
#facilitytype ⇒ Object
readonly
Returns the value of attribute facilitytype.
-
#frequency ⇒ Object
readonly
Returns the value of attribute frequency.
-
#latitude ⇒ Object
readonly
Returns the value of attribute latitude.
-
#longitude ⇒ Object
readonly
Returns the value of attribute longitude.
-
#protrevision ⇒ Object
readonly
Returns the value of attribute protrevision.
-
#rating ⇒ Object
readonly
Returns the value of attribute rating.
-
#realname ⇒ Object
readonly
Returns the value of attribute realname.
-
#server ⇒ Object
readonly
Returns the value of attribute server.
-
#time_logon ⇒ Object
readonly
Returns the value of attribute time_logon.
-
#visualrange ⇒ Object
readonly
Returns the value of attribute visualrange.
Method Summary
Methods inherited from Client
Constructor Details
This class inherits a constructor from Vatsim::Client
Instance Attribute Details
#callsign ⇒ Object (readonly)
Returns the value of attribute callsign.
4 5 6 |
# File 'lib/vatsim/atc.rb', line 4 def callsign @callsign end |
#cid ⇒ Object (readonly)
Returns the value of attribute cid.
4 5 6 |
# File 'lib/vatsim/atc.rb', line 4 def cid @cid end |
#clienttype ⇒ Object (readonly)
Returns the value of attribute clienttype.
4 5 6 |
# File 'lib/vatsim/atc.rb', line 4 def clienttype @clienttype end |
#facilitytype ⇒ Object (readonly)
Returns the value of attribute facilitytype.
4 5 6 |
# File 'lib/vatsim/atc.rb', line 4 def facilitytype @facilitytype end |
#frequency ⇒ Object (readonly)
Returns the value of attribute frequency.
4 5 6 |
# File 'lib/vatsim/atc.rb', line 4 def frequency @frequency end |
#latitude ⇒ Object (readonly)
Returns the value of attribute latitude.
4 5 6 |
# File 'lib/vatsim/atc.rb', line 4 def latitude @latitude end |
#longitude ⇒ Object (readonly)
Returns the value of attribute longitude.
4 5 6 |
# File 'lib/vatsim/atc.rb', line 4 def longitude @longitude end |
#protrevision ⇒ Object (readonly)
Returns the value of attribute protrevision.
4 5 6 |
# File 'lib/vatsim/atc.rb', line 4 def protrevision @protrevision end |
#rating ⇒ Object (readonly)
Returns the value of attribute rating.
4 5 6 |
# File 'lib/vatsim/atc.rb', line 4 def @rating end |
#realname ⇒ Object (readonly)
Returns the value of attribute realname.
4 5 6 |
# File 'lib/vatsim/atc.rb', line 4 def realname @realname end |
#server ⇒ Object (readonly)
Returns the value of attribute server.
4 5 6 |
# File 'lib/vatsim/atc.rb', line 4 def server @server end |
#time_logon ⇒ Object (readonly)
Returns the value of attribute time_logon.
4 5 6 |
# File 'lib/vatsim/atc.rb', line 4 def time_logon @time_logon end |
#visualrange ⇒ Object (readonly)
Returns the value of attribute visualrange.
4 5 6 |
# File 'lib/vatsim/atc.rb', line 4 def visualrange @visualrange end |