class Echowrap::Status
Attributes
details[R]
items_updated[R]
percent_complete[R]
ticket_status[R]
total_items[R]
Public Instance Methods
update_info()
click to toggle source
# File lib/echowrap/status.rb, line 7 def update_info @update_info ||= map_collection(Echowrap::UpdateInfo, :update_info) end