Class: Wowza::REST::Authentication
- Inherits:
-
Struct
- Object
- Struct
- Wowza::REST::Authentication
- Defined in:
- lib/wowza/rest/authentication.rb
Instance Attribute Summary collapse
-
#password ⇒ Object
Returns the value of attribute password.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Attribute Details
#password ⇒ Object
Returns the value of attribute password
3 4 5 |
# File 'lib/wowza/rest/authentication.rb', line 3 def password @password end |
#username ⇒ Object
Returns the value of attribute username
3 4 5 |
# File 'lib/wowza/rest/authentication.rb', line 3 def username @username end |