Class: Serel::Response

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

Instance Attribute Summary collapse

Instance Attribute Details

#backoff ⇒ Object

Returns the value of attribute backoff.



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

def backoff
  @backoff
end

#error_id ⇒ Object

Returns the value of attribute error_id.



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

def error_id
  @error_id
end

#error_message ⇒ Object

Returns the value of attribute error_message.



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

def error_message
  @error_message
end

#error_name ⇒ Object

Returns the value of attribute error_name.



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

def error_name
  @error_name
end

#has_more ⇒ Object

Returns the value of attribute has_more.



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

def has_more
  @has_more
end

#page ⇒ Object

Returns the value of attribute page.



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

def page
  @page
end

#page_size ⇒ Object

Returns the value of attribute page_size.



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

def page_size
  @page_size
end

#quota_max ⇒ Object

Returns the value of attribute quota_max.



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

def quota_max
  @quota_max
end

#quota_remaining ⇒ Object

Returns the value of attribute quota_remaining.



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

def quota_remaining
  @quota_remaining
end

#total ⇒ Object

Returns the value of attribute total.



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

def total
  @total
end

#type ⇒ Object

Returns the value of attribute type.



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

def type
  @type
end