Class: CommandTower::Deserializers::Me::UpdateNameDeserializer::Input
- Inherits:
-
Data
- Object
- Data
- CommandTower::Deserializers::Me::UpdateNameDeserializer::Input
- Defined in:
- app/deserializers/command_tower/deserializers/me/update_name_deserializer.rb
Instance Attribute Summary collapse
-
#first_name ⇒ Object
readonly
Returns the value of attribute first_name.
-
#last_name ⇒ Object
readonly
Returns the value of attribute last_name.
Instance Attribute Details
#first_name ⇒ Object (readonly)
Returns the value of attribute 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_name ⇒ Object (readonly)
Returns the value of attribute last_name
7 8 9 |
# File 'app/deserializers/command_tower/deserializers/me/update_name_deserializer.rb', line 7 def last_name @last_name end |