Class: Echowrap::ForeignId
Instance Attribute Summary collapse
-
#catalog ⇒ Object
readonly
Returns the value of attribute catalog.
-
#foreign_id ⇒ Object
readonly
Returns the value of attribute foreign_id.
Method Summary
Methods inherited from Base
#==, attr_reader, #attrs, #initialize, #update
Constructor Details
This class inherits a constructor from Echowrap::Base
Instance Attribute Details
#catalog ⇒ Object (readonly)
Returns the value of attribute catalog.
5 6 7 |
# File 'lib/echowrap/foreign_id.rb', line 5 def catalog @catalog end |
#foreign_id ⇒ Object (readonly)
Returns the value of attribute foreign_id.
5 6 7 |
# File 'lib/echowrap/foreign_id.rb', line 5 def foreign_id @foreign_id end |