Class: GoodData::Domain::ProvisioningResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/gooddata/models/domain.rb

Instance Attribute Summary collapse

Instance Attribute Details

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



17
18
19
# File 'lib/gooddata/models/domain.rb', line 17

def error
  @error
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



17
18
19
# File 'lib/gooddata/models/domain.rb', line 17

def id
  @id
end

#project_uriObject

Returns the value of attribute project_uri

Returns:

  • (Object)

    the current value of project_uri



17
18
19
# File 'lib/gooddata/models/domain.rb', line 17

def project_uri
  @project_uri
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



17
18
19
# File 'lib/gooddata/models/domain.rb', line 17

def status
  @status
end