Class: GoodData::Segment::ProvisioningResult

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

Instance Attribute Summary collapse

Instance Attribute Details

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



21
22
23
# File 'lib/gooddata/models/segment.rb', line 21

def error
  @error
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



21
22
23
# File 'lib/gooddata/models/segment.rb', line 21

def id
  @id
end

#project_uriObject

Returns the value of attribute project_uri

Returns:

  • (Object)

    the current value of project_uri



21
22
23
# File 'lib/gooddata/models/segment.rb', line 21

def project_uri
  @project_uri
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



21
22
23
# File 'lib/gooddata/models/segment.rb', line 21

def status
  @status
end