Class: Airplay::Connection::Response
- Inherits:
-
Struct
- Object
- Struct
- Airplay::Connection::Response
- Defined in:
- lib/airplay/connection.rb
Instance Attribute Summary collapse
-
#connection ⇒ Object
Returns the value of attribute connection.
-
#response ⇒ Object
Returns the value of attribute response.
Instance Attribute Details
#connection ⇒ Object
Returns the value of attribute connection
9 10 11 |
# File 'lib/airplay/connection.rb', line 9 def connection @connection end |
#response ⇒ Object
Returns the value of attribute response
9 10 11 |
# File 'lib/airplay/connection.rb', line 9 def response @response end |