Class: CommandTower::Deserializers::Me::ExperienceStates::CompleteDeserializer::Input

Inherits:
Data
  • Object
show all
Defined in:
app/deserializers/command_tower/deserializers/me/experience_states/complete_deserializer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#experience_key ⇒ Object (readonly)

Returns the value of attribute experience_key

Returns:

  • (Object) —

    the current value of 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

Returns:

  • (Object) —

    the current value of 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

Returns:

  • (Object) —

    the current value of 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

Returns:

  • (Object) —

    the current value of version



8
9
10
# File 'app/deserializers/command_tower/deserializers/me/experience_states/complete_deserializer.rb', line 8

def version
  @version
end