Module: BookingApi
- Defined in:
- lib/booking_api.rb,
lib/booking_api/client.rb,
lib/booking_api/images.rb,
lib/booking_api/version.rb,
lib/booking_api/http_service.rb,
lib/booking_api/images/image.rb,
lib/booking_api/images/response_list.rb
Defined Under Namespace
Modules: Images Classes: Client, HttpService
Constant Summary collapse
- VERSION =
"0.1.8"
Class Attribute Summary collapse
-
.password ⇒ Object
Returns the value of attribute password.
-
.username ⇒ Object
Returns the value of attribute username.
Class Attribute Details
.password ⇒ Object
Returns the value of attribute password.
16 17 18 |
# File 'lib/booking_api.rb', line 16 def password @password end |
.username ⇒ Object
Returns the value of attribute username.
16 17 18 |
# File 'lib/booking_api.rb', line 16 def username @username end |