Class: Seam::Resources::BridgeConnectedSystems
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::Resources::BridgeConnectedSystems
- Defined in:
- lib/seam/routes/resources/bridge_connected_systems.rb
Instance Attribute Summary collapse
-
#acs_system_display_name ⇒ Object
Returns the value of attribute acs_system_display_name.
-
#acs_system_id ⇒ Object
Returns the value of attribute acs_system_id.
-
#bridge_id ⇒ Object
Returns the value of attribute bridge_id.
-
#connected_account_id ⇒ Object
Returns the value of attribute connected_account_id.
-
#workspace_display_name ⇒ Object
Returns the value of attribute workspace_display_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::Resources::BaseResource
Instance Attribute Details
#acs_system_display_name ⇒ Object
Returns the value of attribute acs_system_display_name.
6 7 8 |
# File 'lib/seam/routes/resources/bridge_connected_systems.rb', line 6 def acs_system_display_name @acs_system_display_name end |
#acs_system_id ⇒ Object
Returns the value of attribute acs_system_id.
6 7 8 |
# File 'lib/seam/routes/resources/bridge_connected_systems.rb', line 6 def acs_system_id @acs_system_id end |
#bridge_id ⇒ Object
Returns the value of attribute bridge_id.
6 7 8 |
# File 'lib/seam/routes/resources/bridge_connected_systems.rb', line 6 def bridge_id @bridge_id end |
#connected_account_id ⇒ Object
Returns the value of attribute connected_account_id.
6 7 8 |
# File 'lib/seam/routes/resources/bridge_connected_systems.rb', line 6 def connected_account_id @connected_account_id end |
#workspace_display_name ⇒ Object
Returns the value of attribute workspace_display_name.
6 7 8 |
# File 'lib/seam/routes/resources/bridge_connected_systems.rb', line 6 def workspace_display_name @workspace_display_name end |
#workspace_id ⇒ Object
Returns the value of attribute workspace_id.
6 7 8 |
# File 'lib/seam/routes/resources/bridge_connected_systems.rb', line 6 def workspace_id @workspace_id end |