Class: CommandTower::Deserializers::Me::UpdateNameDeserializer::Input

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

Instance Attribute Summary collapse

Instance Attribute Details

#first_nameObject (readonly)

Returns the value of attribute first_name

Returns:

  • (Object)

    the current value of first_name



7
8
9
# File 'app/deserializers/command_tower/deserializers/me/update_name_deserializer.rb', line 7

def first_name
  @first_name
end

#last_nameObject (readonly)

Returns the value of attribute last_name

Returns:

  • (Object)

    the current value of last_name



7
8
9
# File 'app/deserializers/command_tower/deserializers/me/update_name_deserializer.rb', line 7

def last_name
  @last_name
end