Class: Seam::Resources::Workspace
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::Resources::Workspace
- Defined in:
- lib/seam/routes/resources/workspace.rb
Instance Attribute Summary collapse
-
#company_name ⇒ Object
Returns the value of attribute company_name.
-
#connect_partner_name ⇒ Object
Returns the value of attribute connect_partner_name.
-
#connect_webview_customization ⇒ Object
Returns the value of attribute connect_webview_customization.
-
#is_publishable_key_auth_enabled ⇒ Object
Returns the value of attribute is_publishable_key_auth_enabled.
-
#is_sandbox ⇒ Object
Returns the value of attribute is_sandbox.
-
#is_suspended ⇒ Object
Returns the value of attribute is_suspended.
-
#name ⇒ Object
Returns the value of attribute name.
-
#publishable_key ⇒ Object
Returns the value of attribute publishable_key.
-
#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::Resources::BaseResource
Instance Attribute Details
#company_name ⇒ Object
Returns the value of attribute company_name.
6 7 8 |
# File 'lib/seam/routes/resources/workspace.rb', line 6 def company_name @company_name end |
#connect_partner_name ⇒ Object
Returns the value of attribute connect_partner_name.
6 7 8 |
# File 'lib/seam/routes/resources/workspace.rb', line 6 def connect_partner_name @connect_partner_name end |
#connect_webview_customization ⇒ Object
Returns the value of attribute connect_webview_customization.
6 7 8 |
# File 'lib/seam/routes/resources/workspace.rb', line 6 def connect_webview_customization @connect_webview_customization end |
#is_publishable_key_auth_enabled ⇒ Object
Returns the value of attribute is_publishable_key_auth_enabled.
6 7 8 |
# File 'lib/seam/routes/resources/workspace.rb', line 6 def is_publishable_key_auth_enabled @is_publishable_key_auth_enabled end |
#is_sandbox ⇒ Object
Returns the value of attribute is_sandbox.
6 7 8 |
# File 'lib/seam/routes/resources/workspace.rb', line 6 def is_sandbox @is_sandbox end |
#is_suspended ⇒ Object
Returns the value of attribute is_suspended.
6 7 8 |
# File 'lib/seam/routes/resources/workspace.rb', line 6 def is_suspended @is_suspended end |
#name ⇒ Object
Returns the value of attribute name.
6 7 8 |
# File 'lib/seam/routes/resources/workspace.rb', line 6 def name @name end |
#publishable_key ⇒ Object
Returns the value of attribute publishable_key.
6 7 8 |
# File 'lib/seam/routes/resources/workspace.rb', line 6 def publishable_key @publishable_key end |
#workspace_id ⇒ Object
Returns the value of attribute workspace_id.
6 7 8 |
# File 'lib/seam/routes/resources/workspace.rb', line 6 def workspace_id @workspace_id end |