Class: Scimaenaga::ScimCount

Inherits:
Object
  • Object
show all
Includes:
ActiveModel::Model
Defined in:
app/models/scimaenaga/scim_count.rb

Instance Attribute Summary collapse

Instance Attribute Details

#limitObject

Returns the value of attribute limit.



5
6
7
# File 'app/models/scimaenaga/scim_count.rb', line 5

def limit
  @limit
end

#offsetObject

Returns the value of attribute offset.



5
6
7
# File 'app/models/scimaenaga/scim_count.rb', line 5

def offset
  @offset
end

#start_indexObject

Returns the value of attribute start_index.



5
6
7
# File 'app/models/scimaenaga/scim_count.rb', line 5

def start_index
  @start_index
end

#totalObject

Returns the value of attribute total.



5
6
7
# File 'app/models/scimaenaga/scim_count.rb', line 5

def total
  @total
end