Module: Mb::Meta

Included in:
Service
Defined in:
lib/mindbody/meta.rb

Constant Summary collapse

NS =

Name for soap elements

:_5
WSDL_PREFIX =
"http://clients.mindbodyonline.com/api/0_5/"
WSDL_POSTFIX =
".asmx?WSDL"

Instance Method Summary collapse

Instance Method Details

#wsdl_url(service_name) ⇒ Object

Returns the Mindody API url for the XML WSDL describing the server of @param service_name



8
9
10
# File 'lib/mindbody/meta.rb', line 8

def wsdl_url(service_name)
	WSDL_PREFIX + service_name + WSDL_POSTFIX
end