Class: CommandTower::Deserializers::Me::Pushover::CredentialsDeserializer::Input
- Inherits:
-
Data
- Object
- Data
- CommandTower::Deserializers::Me::Pushover::CredentialsDeserializer::Input
- Defined in:
- app/deserializers/command_tower/deserializers/me/pushover/credentials_deserializer.rb
Instance Attribute Summary collapse
-
#application_token ⇒ Object
readonly
Returns the value of attribute application_token.
-
#user_key ⇒ Object
readonly
Returns the value of attribute user_key.
Instance Attribute Details
#application_token ⇒ Object (readonly)
Returns the value of attribute application_token
8 9 10 |
# File 'app/deserializers/command_tower/deserializers/me/pushover/credentials_deserializer.rb', line 8 def application_token @application_token end |
#user_key ⇒ Object (readonly)
Returns the value of attribute user_key
8 9 10 |
# File 'app/deserializers/command_tower/deserializers/me/pushover/credentials_deserializer.rb', line 8 def user_key @user_key end |