Class: CommandTower::Deserializers::Messaging::Inbox::ListDeserializer::Input
- Inherits:
-
Data
- Object
- Data
- CommandTower::Deserializers::Messaging::Inbox::ListDeserializer::Input
- Defined in:
- app/deserializers/command_tower/deserializers/messaging/inbox.rb
Instance Attribute Summary collapse
-
#limit ⇒ Object
readonly
Returns the value of attribute limit.
-
#offset ⇒ Object
readonly
Returns the value of attribute offset.
-
#scope ⇒ Object
readonly
Returns the value of attribute scope.
Instance Attribute Details
#limit ⇒ Object (readonly)
Returns the value of attribute limit
8 9 10 |
# File 'app/deserializers/command_tower/deserializers/messaging/inbox.rb', line 8 def limit @limit end |
#offset ⇒ Object (readonly)
Returns the value of attribute offset
8 9 10 |
# File 'app/deserializers/command_tower/deserializers/messaging/inbox.rb', line 8 def offset @offset end |
#scope ⇒ Object (readonly)
Returns the value of attribute scope
8 9 10 |
# File 'app/deserializers/command_tower/deserializers/messaging/inbox.rb', line 8 def scope @scope end |