Class: CommandTower::Deserializers::Admin::Users::ListDeserializer::Input

Inherits:
Data
  • Object
show all
Defined in:
app/deserializers/command_tower/deserializers/admin/users.rb

Instance Attribute Summary collapse

Instance Attribute Details

#limitObject (readonly)

Returns the value of attribute limit

Returns:

  • (Object)

    the current value of limit



24
25
26
# File 'app/deserializers/command_tower/deserializers/admin/users.rb', line 24

def limit
  @limit
end

#offsetObject (readonly)

Returns the value of attribute offset

Returns:

  • (Object)

    the current value of offset



24
25
26
# File 'app/deserializers/command_tower/deserializers/admin/users.rb', line 24

def offset
  @offset
end

#scope_valueObject (readonly)

Returns the value of attribute scope_value

Returns:

  • (Object)

    the current value of scope_value



24
25
26
# File 'app/deserializers/command_tower/deserializers/admin/users.rb', line 24

def scope_value
  @scope_value
end

#searchObject (readonly)

Returns the value of attribute search

Returns:

  • (Object)

    the current value of search



24
25
26
# File 'app/deserializers/command_tower/deserializers/admin/users.rb', line 24

def search
  @search
end