Class: X11::Auth::AuthInfo
- Inherits:
-
Struct
- Object
- Struct
- X11::Auth::AuthInfo
- Defined in:
- lib/X11/auth.rb
Instance Attribute Summary collapse
-
#address ⇒ Object
Returns the value of attribute address.
-
#auth_data ⇒ Object
Returns the value of attribute auth_data.
-
#auth_name ⇒ Object
Returns the value of attribute auth_name.
-
#display ⇒ Object
Returns the value of attribute display.
-
#family ⇒ Object
Returns the value of attribute family.
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address
24 25 26 |
# File 'lib/X11/auth.rb', line 24 def address @address end |
#auth_data ⇒ Object
Returns the value of attribute auth_data
24 25 26 |
# File 'lib/X11/auth.rb', line 24 def auth_data @auth_data end |
#auth_name ⇒ Object
Returns the value of attribute auth_name
24 25 26 |
# File 'lib/X11/auth.rb', line 24 def auth_name @auth_name end |
#display ⇒ Object
Returns the value of attribute display
24 25 26 |
# File 'lib/X11/auth.rb', line 24 def display @display end |
#family ⇒ Object
Returns the value of attribute family
24 25 26 |
# File 'lib/X11/auth.rb', line 24 def family @family end |