Class: CommandTower::Deserializers::Messaging::Inbox::ListDeserializer::Input

Inherits:
Data
  • Object
show all
Defined in:
app/deserializers/command_tower/deserializers/messaging/inbox.rb

Instance Attribute Summary collapse

Instance Attribute Details

#limitObject (readonly)

Returns the value of attribute limit

Returns:

  • (Object)

    the current value of limit



8
9
10
# File 'app/deserializers/command_tower/deserializers/messaging/inbox.rb', line 8

def limit
  @limit
end

#offsetObject (readonly)

Returns the value of attribute offset

Returns:

  • (Object)

    the current value of offset



8
9
10
# File 'app/deserializers/command_tower/deserializers/messaging/inbox.rb', line 8

def offset
  @offset
end

#scopeObject (readonly)

Returns the value of attribute scope

Returns:

  • (Object)

    the current value of scope



8
9
10
# File 'app/deserializers/command_tower/deserializers/messaging/inbox.rb', line 8

def scope
  @scope
end