Class: BookingstudioRuby::WebService::GetTermsAndConditionsResponse
- Inherits:
-
Object
- Object
- BookingstudioRuby::WebService::GetTermsAndConditionsResponse
- Defined in:
- lib/bookingstudio_ruby/web_service/booking_service.rb
Overview
/GetTermsAndConditionsResponse
getTermsAndConditionsResult - BookingstudioRuby::WebService::TermsAndConditions
Instance Attribute Summary collapse
-
#getTermsAndConditionsResult ⇒ Object
Returns the value of attribute getTermsAndConditionsResult.
Instance Method Summary collapse
-
#initialize(getTermsAndConditionsResult = nil) ⇒ GetTermsAndConditionsResponse
constructor
A new instance of GetTermsAndConditionsResponse.
Constructor Details
#initialize(getTermsAndConditionsResult = nil) ⇒ GetTermsAndConditionsResponse
Returns a new instance of GetTermsAndConditionsResponse.
337 338 339 |
# File 'lib/bookingstudio_ruby/web_service/booking_service.rb', line 337 def initialize(getTermsAndConditionsResult = nil) @getTermsAndConditionsResult = getTermsAndConditionsResult end |
Instance Attribute Details
#getTermsAndConditionsResult ⇒ Object
Returns the value of attribute getTermsAndConditionsResult.
335 336 337 |
# File 'lib/bookingstudio_ruby/web_service/booking_service.rb', line 335 def getTermsAndConditionsResult @getTermsAndConditionsResult end |