Class: BookingstudioRuby::WebService::TermsAndConditions
- Inherits:
-
Object
- Object
- BookingstudioRuby::WebService::TermsAndConditions
- Defined in:
- lib/bookingstudio_ruby/web_service/booking_service.rb
Overview
/TermsAndConditions
text - SOAP::SOAPString
Instance Attribute Summary collapse
-
#text ⇒ Object
Returns the value of attribute text.
Instance Method Summary collapse
-
#initialize(text = nil) ⇒ TermsAndConditions
constructor
A new instance of TermsAndConditions.
Constructor Details
#initialize(text = nil) ⇒ TermsAndConditions
Returns a new instance of TermsAndConditions.
269 270 271 |
# File 'lib/bookingstudio_ruby/web_service/booking_service.rb', line 269 def initialize(text = nil) @text = text end |
Instance Attribute Details
#text ⇒ Object
Returns the value of attribute text.
267 268 269 |
# File 'lib/bookingstudio_ruby/web_service/booking_service.rb', line 267 def text @text end |