Class: Seam::Resources::AcsEncoder
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::Resources::AcsEncoder
- Includes:
- ResourceErrorsSupport
- Defined in:
- lib/seam/routes/resources/acs_encoder.rb
Instance Attribute Summary collapse
-
#acs_encoder_id ⇒ Object
Returns the value of attribute acs_encoder_id.
-
#acs_system_id ⇒ Object
Returns the value of attribute acs_system_id.
-
#connected_account_id ⇒ Object
Returns the value of attribute connected_account_id.
-
#display_name ⇒ Object
Returns the value of attribute display_name.
-
#workspace_id ⇒ Object
Returns the value of attribute workspace_id.
Attributes inherited from BaseResource
Method Summary
Methods included from ResourceErrorsSupport
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_encoder_id ⇒ Object
Returns the value of attribute acs_encoder_id.
6 7 8 |
# File 'lib/seam/routes/resources/acs_encoder.rb', line 6 def acs_encoder_id @acs_encoder_id end |
#acs_system_id ⇒ Object
Returns the value of attribute acs_system_id.
6 7 8 |
# File 'lib/seam/routes/resources/acs_encoder.rb', line 6 def acs_system_id @acs_system_id end |
#connected_account_id ⇒ Object
Returns the value of attribute connected_account_id.
6 7 8 |
# File 'lib/seam/routes/resources/acs_encoder.rb', line 6 def connected_account_id @connected_account_id end |
#display_name ⇒ Object
Returns the value of attribute display_name.
6 7 8 |
# File 'lib/seam/routes/resources/acs_encoder.rb', line 6 def display_name @display_name end |
#workspace_id ⇒ Object
Returns the value of attribute workspace_id.
6 7 8 |
# File 'lib/seam/routes/resources/acs_encoder.rb', line 6 def workspace_id @workspace_id end |