Class: Scimaenaga::ScimCount
- Inherits:
-
Object
- Object
- Scimaenaga::ScimCount
- Includes:
- ActiveModel::Model
- Defined in:
- app/models/scimaenaga/scim_count.rb
Instance Attribute Summary collapse
-
#limit ⇒ Object
Returns the value of attribute limit.
-
#offset ⇒ Object
Returns the value of attribute offset.
-
#start_index ⇒ Object
Returns the value of attribute start_index.
-
#total ⇒ Object
Returns the value of attribute total.
Instance Attribute Details
#limit ⇒ Object
Returns the value of attribute limit.
5 6 7 |
# File 'app/models/scimaenaga/scim_count.rb', line 5 def limit @limit end |
#offset ⇒ Object
Returns the value of attribute offset.
5 6 7 |
# File 'app/models/scimaenaga/scim_count.rb', line 5 def offset @offset end |
#start_index ⇒ Object
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 |
#total ⇒ Object
Returns the value of attribute total.
5 6 7 |
# File 'app/models/scimaenaga/scim_count.rb', line 5 def total @total end |