Class: BookingstudioRuby::WebService::SearchPaged_

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

Overview

/SearchPaged

token - (any)
query - BookingstudioRuby::WebService::BookingQuery
offset - SOAP::SOAPInt
limit - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(token = nil, query = nil, offset = nil, limit = nil) ⇒ SearchPaged_

Returns a new instance of SearchPaged_.



1520
1521
1522
1523
1524
1525
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1520

def initialize(token = nil, query = nil, offset = nil, limit = nil)
  @token = token
  @query = query
  @offset = offset
  @limit = limit
end

Instance Attribute Details

#limitObject

Returns the value of attribute limit.



1518
1519
1520
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1518

def limit
  @limit
end

#offsetObject

Returns the value of attribute offset.



1517
1518
1519
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1517

def offset
  @offset
end

#queryObject

Returns the value of attribute query.



1516
1517
1518
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1516

def query
  @query
end

#tokenObject

Returns the value of attribute token.



1515
1516
1517
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1515

def token
  @token
end