Class: BookingstudioRuby::WebService::TermsAndConditions

Inherits:
Object
  • Object
show all
Defined in:
lib/bookingstudio_ruby/web_service/booking_service.rb

Overview

/TermsAndConditions

text - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#textObject

Returns the value of attribute text.



267
268
269
# File 'lib/bookingstudio_ruby/web_service/booking_service.rb', line 267

def text
  @text
end