Class: CommandTower::Deserializers::Me::ExperienceStates::CompleteDeserializer::Input
- Inherits:
-
Data
- Object
- Data
- CommandTower::Deserializers::Me::ExperienceStates::CompleteDeserializer::Input
- Defined in:
- app/deserializers/command_tower/deserializers/me/experience_states/complete_deserializer.rb
Instance Attribute Summary collapse
-
#experience_key ⇒ Object
readonly
Returns the value of attribute experience_key.
-
#scope_identifier ⇒ Object
readonly
Returns the value of attribute scope_identifier.
-
#scope_type ⇒ Object
readonly
Returns the value of attribute scope_type.
-
#version ⇒ Object
readonly
Returns the value of attribute version.
Instance Attribute Details
#experience_key ⇒ Object (readonly)
Returns the value of attribute experience_key
8 9 10 |
# File 'app/deserializers/command_tower/deserializers/me/experience_states/complete_deserializer.rb', line 8 def experience_key @experience_key end |
#scope_identifier ⇒ Object (readonly)
Returns the value of attribute scope_identifier
8 9 10 |
# File 'app/deserializers/command_tower/deserializers/me/experience_states/complete_deserializer.rb', line 8 def scope_identifier @scope_identifier end |
#scope_type ⇒ Object (readonly)
Returns the value of attribute scope_type
8 9 10 |
# File 'app/deserializers/command_tower/deserializers/me/experience_states/complete_deserializer.rb', line 8 def scope_type @scope_type end |
#version ⇒ Object (readonly)
Returns the value of attribute version
8 9 10 |
# File 'app/deserializers/command_tower/deserializers/me/experience_states/complete_deserializer.rb', line 8 def version @version end |