Class: Seam::Resources::BridgeConnectedSystems

Inherits:
BaseResource
  • Object
show all
Defined in:
lib/seam/routes/resources/bridge_connected_systems.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::Resources::BaseResource

Instance Attribute Details

#acs_system_display_nameObject

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_idObject

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_idObject

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_idObject

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
end

#workspace_display_nameObject

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_idObject

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