Class: DroneApi::Auth::Params
- Inherits:
-
Struct
- Object
- Struct
- DroneApi::Auth::Params
- Defined in:
- lib/drone_api/auth.rb
Instance Attribute Summary collapse
-
#username ⇒ Object
Returns the value of attribute username.
Instance Attribute Details
#username ⇒ Object
Returns the value of attribute username
11 12 13 |
# File 'lib/drone_api/auth.rb', line 11 def username @username end |