Class: MailRU::APIConfiguration

Inherits:
Object
  • Object
show all
Defined in:
lib/mailru-api.rb

Instance Attribute Summary collapse

Instance Attribute Details

#app_idObject

Returns the value of attribute app_id.



9
10
11
# File 'lib/mailru-api.rb', line 9

def app_id
  @app_id
end

#formatObject

Returns the value of attribute format.



9
10
11
# File 'lib/mailru-api.rb', line 9

def format
  @format
end

#private_keyObject

Returns the value of attribute private_key.



9
10
11
# File 'lib/mailru-api.rb', line 9

def private_key
  @private_key
end

#secret_keyObject

Returns the value of attribute secret_key.



9
10
11
# File 'lib/mailru-api.rb', line 9

def secret_key
  @secret_key
end

#session_keyObject

Returns the value of attribute session_key.



9
10
11
# File 'lib/mailru-api.rb', line 9

def session_key
  @session_key
end

#uidObject

Returns the value of attribute uid.



9
10
11
# File 'lib/mailru-api.rb', line 9

def uid
  @uid
end