Class: BookingstudioRuby::WebService::GetTermsAndConditions
- Inherits:
-
Object
- Object
- BookingstudioRuby::WebService::GetTermsAndConditions
- Defined in:
- lib/bookingstudio_ruby/web_service/booking_service.rb
Overview
/GetTermsAndConditions
token - (any)
bookingRequest - BookingstudioRuby::WebService::BookingRequest
Instance Attribute Summary collapse
-
#bookingRequest ⇒ Object
Returns the value of attribute bookingRequest.
-
#token ⇒ Object
Returns the value of attribute token.
Instance Method Summary collapse
-
#initialize(token = nil, bookingRequest = nil) ⇒ GetTermsAndConditions
constructor
A new instance of GetTermsAndConditions.
Constructor Details
#initialize(token = nil, bookingRequest = nil) ⇒ GetTermsAndConditions
Returns a new instance of GetTermsAndConditions.
326 327 328 329 |
# File 'lib/bookingstudio_ruby/web_service/booking_service.rb', line 326 def initialize(token = nil, bookingRequest = nil) @token = token @bookingRequest = bookingRequest end |
Instance Attribute Details
#bookingRequest ⇒ Object
Returns the value of attribute bookingRequest.
324 325 326 |
# File 'lib/bookingstudio_ruby/web_service/booking_service.rb', line 324 def bookingRequest @bookingRequest end |
#token ⇒ Object
Returns the value of attribute token.
323 324 325 |
# File 'lib/bookingstudio_ruby/web_service/booking_service.rb', line 323 def token @token end |