Class: GoodData::Segment::ProvisioningResult
- Defined in:
- lib/gooddata/models/segment.rb
Instance Attribute Summary collapse
-
#error ⇒ Object
Returns the value of attribute error.
-
#id ⇒ Object
Returns the value of attribute id.
-
#project_uri ⇒ Object
Returns the value of attribute project_uri.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#error ⇒ Object
Returns the value of attribute error
21 22 23 |
# File 'lib/gooddata/models/segment.rb', line 21 def error @error end |
#id ⇒ Object
Returns the value of attribute id
21 22 23 |
# File 'lib/gooddata/models/segment.rb', line 21 def id @id end |
#project_uri ⇒ Object
Returns the value of attribute project_uri
21 22 23 |
# File 'lib/gooddata/models/segment.rb', line 21 def project_uri @project_uri end |
#status ⇒ Object
Returns the value of attribute status
21 22 23 |
# File 'lib/gooddata/models/segment.rb', line 21 def status @status end |