Class: Seam::Workspace
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::Workspace
- Defined in:
- lib/seam/resources/workspace.rb
Instance Attribute Summary collapse
-
#connect_partner_name ⇒ Object
Returns the value of attribute connect_partner_name.
-
#is_sandbox ⇒ Object
Returns the value of attribute is_sandbox.
-
#name ⇒ Object
Returns the value of attribute name.
-
#workspace_id ⇒ Object
Returns the value of attribute workspace_id.
Attributes inherited from BaseResource
Method Summary
Methods inherited from BaseResource
date_accessor, #initialize, #inspect, load_from_response, #update_from_response
Constructor Details
This class inherits a constructor from Seam::BaseResource
Instance Attribute Details
#connect_partner_name ⇒ Object
Returns the value of attribute connect_partner_name.
5 6 7 |
# File 'lib/seam/resources/workspace.rb', line 5 def connect_partner_name @connect_partner_name end |
#is_sandbox ⇒ Object
Returns the value of attribute is_sandbox.
5 6 7 |
# File 'lib/seam/resources/workspace.rb', line 5 def is_sandbox @is_sandbox end |
#name ⇒ Object
Returns the value of attribute name.
5 6 7 |
# File 'lib/seam/resources/workspace.rb', line 5 def name @name end |
#workspace_id ⇒ Object
Returns the value of attribute workspace_id.
5 6 7 |
# File 'lib/seam/resources/workspace.rb', line 5 def workspace_id @workspace_id end |