Module: MxHero::API::Urls
- Included in:
- Client, Directories, EmailSync, Groups, PSTConverter
- Defined in:
- lib/urls.rb
Instance Method Summary collapse
Instance Method Details
#domain_by_id_url(domain) ⇒ Object
13 14 15 |
# File 'lib/urls.rb', line 13 def domain_by_id_url(domain) domains_url + "/#{domain}" end |
#domains_url ⇒ Object
9 10 11 |
# File 'lib/urls.rb', line 9 def domains_url service_url + '/domains' end |
#service_url ⇒ Object
5 6 7 |
# File 'lib/urls.rb', line 5 def service_url @service_url end |