Class: CommandTower::Deserializers::Me::Pushover::CredentialsDeserializer::Input

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

Instance Attribute Summary collapse

Instance Attribute Details

#application_tokenObject (readonly)

Returns the value of attribute application_token

Returns:

  • (Object)

    the current value of 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_keyObject (readonly)

Returns the value of attribute user_key

Returns:

  • (Object)

    the current value of user_key



8
9
10
# File 'app/deserializers/command_tower/deserializers/me/pushover/credentials_deserializer.rb', line 8

def user_key
  @user_key
end