Class: EY::ServicesAPI::ProvisionedServiceResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/ey_services_api/provisioned_service_response.rb

Instance Method Summary collapse

Instance Method Details

#to_hashObject



5
6
7
8
9
10
11
12
13
14
15
# File 'lib/ey_services_api/provisioned_service_response.rb', line 5

def to_hash
  {
    :provisioned_service      => {
      :url                    => self.url,
      :configuration_required => self.configuration_required,
      :configuration_url      => self.configuration_url,
      :vars                   => self.vars,
    },
    :message                  => self.message && self.message.to_hash,
  }
end