Class: Echowrap::UpdateInfo
Instance Attribute Summary collapse
-
#info ⇒ Object
readonly
Returns the value of attribute info.
-
#item_id ⇒ Object
readonly
Returns the value of attribute item_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
#info ⇒ Object (readonly)
Returns the value of attribute info.
5 6 7 |
# File 'lib/echowrap/update_info.rb', line 5 def info @info end |
#item_id ⇒ Object (readonly)
Returns the value of attribute item_id.
5 6 7 |
# File 'lib/echowrap/update_info.rb', line 5 def item_id @item_id end |