Class: Seam::Resources::AcsEncoder

Inherits:
BaseResource show all
Includes:
ResourceErrorsSupport
Defined in:
lib/seam/routes/resources/acs_encoder.rb

Instance Attribute Summary collapse

Attributes inherited from BaseResource

#client, #data

Method Summary

Methods included from ResourceErrorsSupport

#errors

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_idObject

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_idObject

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_idObject

Returns the value of attribute connected_account_id.



6
7
8
# File 'lib/seam/routes/resources/acs_encoder.rb', line 6

def 
  
end

#display_nameObject

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_idObject

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