Class: CommandTower::Deserializers::Admin::Users::ListDeserializer::Input
- Inherits:
-
Data
- Object
- Data
- CommandTower::Deserializers::Admin::Users::ListDeserializer::Input
- Defined in:
- app/deserializers/command_tower/deserializers/admin/users.rb
Instance Attribute Summary collapse
-
#limit ⇒ Object
readonly
Returns the value of attribute limit.
-
#offset ⇒ Object
readonly
Returns the value of attribute offset.
-
#scope_value ⇒ Object
readonly
Returns the value of attribute scope_value.
-
#search ⇒ Object
readonly
Returns the value of attribute search.
Instance Attribute Details
#limit ⇒ Object (readonly)
Returns the value of attribute limit
24 25 26 |
# File 'app/deserializers/command_tower/deserializers/admin/users.rb', line 24 def limit @limit end |
#offset ⇒ Object (readonly)
Returns the value of attribute offset
24 25 26 |
# File 'app/deserializers/command_tower/deserializers/admin/users.rb', line 24 def offset @offset end |
#scope_value ⇒ Object (readonly)
Returns the value of attribute scope_value
24 25 26 |
# File 'app/deserializers/command_tower/deserializers/admin/users.rb', line 24 def scope_value @scope_value end |
#search ⇒ Object (readonly)
Returns the value of attribute search
24 25 26 |
# File 'app/deserializers/command_tower/deserializers/admin/users.rb', line 24 def search @search end |