Class: Echowrap::Status
Instance Attribute Summary collapse
-
#details ⇒ Object
readonly
Returns the value of attribute details.
-
#items_updated ⇒ Object
readonly
Returns the value of attribute items_updated.
-
#percent_complete ⇒ Object
readonly
Returns the value of attribute percent_complete.
-
#ticket_status ⇒ Object
readonly
Returns the value of attribute ticket_status.
-
#total_items ⇒ Object
readonly
Returns the value of attribute total_items.
Instance Method Summary collapse
Methods inherited from Base
#==, attr_reader, #attrs, #initialize, #update
Constructor Details
This class inherits a constructor from Echowrap::Base
Instance Attribute Details
#details ⇒ Object (readonly)
Returns the value of attribute details.
5 6 7 |
# File 'lib/echowrap/status.rb', line 5 def details @details end |
#items_updated ⇒ Object (readonly)
Returns the value of attribute items_updated.
5 6 7 |
# File 'lib/echowrap/status.rb', line 5 def items_updated @items_updated end |
#percent_complete ⇒ Object (readonly)
Returns the value of attribute percent_complete.
5 6 7 |
# File 'lib/echowrap/status.rb', line 5 def percent_complete @percent_complete end |
#ticket_status ⇒ Object (readonly)
Returns the value of attribute ticket_status.
5 6 7 |
# File 'lib/echowrap/status.rb', line 5 def ticket_status @ticket_status end |
#total_items ⇒ Object (readonly)
Returns the value of attribute total_items.
5 6 7 |
# File 'lib/echowrap/status.rb', line 5 def total_items @total_items end |
Instance Method Details
#update_info ⇒ Object
7 8 9 |
# File 'lib/echowrap/status.rb', line 7 def update_info @update_info ||= map_collection(Echowrap::UpdateInfo, :update_info) end |