Class: AmazonSellerCentral::Feedback

Inherits:
Object
  • Object
show all
Defined in:
lib/amazon_seller_central/feedback.rb

Instance Attribute Summary collapse

Instance Attribute Details

#arrived_on_timeObject

Returns the value of attribute arrived_on_time.



3
4
5
# File 'lib/amazon_seller_central/feedback.rb', line 3

def arrived_on_time
  @arrived_on_time
end

#commentsObject

Returns the value of attribute comments.



3
4
5
# File 'lib/amazon_seller_central/feedback.rb', line 3

def comments
  @comments
end

#customer_serviceObject

Returns the value of attribute customer_service.



3
4
5
# File 'lib/amazon_seller_central/feedback.rb', line 3

def customer_service
  @customer_service
end

#dateObject

Returns the value of attribute date.



3
4
5
# File 'lib/amazon_seller_central/feedback.rb', line 3

def date
  @date
end

#item_as_describedObject

Returns the value of attribute item_as_described.



3
4
5
# File 'lib/amazon_seller_central/feedback.rb', line 3

def item_as_described
  @item_as_described
end

#order_idObject

Returns the value of attribute order_id.



3
4
5
# File 'lib/amazon_seller_central/feedback.rb', line 3

def order_id
  @order_id
end

#rater_emailObject

Returns the value of attribute rater_email.



3
4
5
# File 'lib/amazon_seller_central/feedback.rb', line 3

def rater_email
  @rater_email
end

#rater_roleObject

Returns the value of attribute rater_role.



3
4
5
# File 'lib/amazon_seller_central/feedback.rb', line 3

def rater_role
  @rater_role
end

#ratingObject

Returns the value of attribute rating.



3
4
5
# File 'lib/amazon_seller_central/feedback.rb', line 3

def rating
  @rating
end