Class: Seam::Workspace

Inherits:
BaseResource show all
Defined in:
lib/seam/resources/workspace.rb

Instance Attribute Summary collapse

Attributes inherited from BaseResource

#client, #data

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_nameObject

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_sandboxObject

Returns the value of attribute is_sandbox.



5
6
7
# File 'lib/seam/resources/workspace.rb', line 5

def is_sandbox
  @is_sandbox
end

#nameObject

Returns the value of attribute name.



5
6
7
# File 'lib/seam/resources/workspace.rb', line 5

def name
  @name
end

#workspace_idObject

Returns the value of attribute workspace_id.



5
6
7
# File 'lib/seam/resources/workspace.rb', line 5

def workspace_id
  @workspace_id
end