Class: Seam::Resources::Network
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::Resources::Network
- Defined in:
- lib/seam/routes/resources/network.rb
Instance Attribute Summary collapse
-
#display_name ⇒ Object
Returns the value of attribute display_name.
-
#network_id ⇒ Object
Returns the value of attribute network_id.
-
#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
#display_name ⇒ Object
Returns the value of attribute display_name.
6 7 8 |
# File 'lib/seam/routes/resources/network.rb', line 6 def display_name @display_name end |
#network_id ⇒ Object
Returns the value of attribute network_id.
6 7 8 |
# File 'lib/seam/routes/resources/network.rb', line 6 def network_id @network_id end |
#workspace_id ⇒ Object
Returns the value of attribute workspace_id.
6 7 8 |
# File 'lib/seam/routes/resources/network.rb', line 6 def workspace_id @workspace_id end |