Class: Echowrap::Status

Inherits:
Base
  • Object
show all
Defined in:
lib/echowrap/status.rb

Instance Attribute Summary collapse

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

#detailsObject (readonly)

Returns the value of attribute details.



5
6
7
# File 'lib/echowrap/status.rb', line 5

def details
  @details
end

#items_updatedObject (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_completeObject (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_statusObject (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_itemsObject (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_infoObject



7
8
9
# File 'lib/echowrap/status.rb', line 7

def update_info
  @update_info ||= map_collection(Echowrap::UpdateInfo, :update_info)
end