Class: Serel::Response

Inherits:
Array
  • Object
show all
Defined in:
lib/serel/response.rb

Instance Attribute Summary collapse

Instance Attribute Details

#backoffObject

Returns the value of attribute backoff.



3
4
5
# File 'lib/serel/response.rb', line 3

def backoff
  @backoff
end

#error_idObject

Returns the value of attribute error_id.



3
4
5
# File 'lib/serel/response.rb', line 3

def error_id
  @error_id
end

#error_messageObject

Returns the value of attribute error_message.



3
4
5
# File 'lib/serel/response.rb', line 3

def error_message
  @error_message
end

#error_nameObject

Returns the value of attribute error_name.



3
4
5
# File 'lib/serel/response.rb', line 3

def error_name
  @error_name
end

#has_moreObject

Returns the value of attribute has_more.



3
4
5
# File 'lib/serel/response.rb', line 3

def has_more
  @has_more
end

#pageObject

Returns the value of attribute page.



3
4
5
# File 'lib/serel/response.rb', line 3

def page
  @page
end

#page_sizeObject

Returns the value of attribute page_size.



3
4
5
# File 'lib/serel/response.rb', line 3

def page_size
  @page_size
end

#quota_maxObject

Returns the value of attribute quota_max.



3
4
5
# File 'lib/serel/response.rb', line 3

def quota_max
  @quota_max
end

#quota_remainingObject

Returns the value of attribute quota_remaining.



3
4
5
# File 'lib/serel/response.rb', line 3

def quota_remaining
  @quota_remaining
end

#totalObject

Returns the value of attribute total.



3
4
5
# File 'lib/serel/response.rb', line 3

def total
  @total
end

#typeObject

Returns the value of attribute type.



3
4
5
# File 'lib/serel/response.rb', line 3

def type
  @type
end