Class: PlayStationNetwork::Configuration
- Inherits:
-
Object
- Object
- PlayStationNetwork::Configuration
- Defined in:
- lib/playstationnetwork/api.rb
Instance Attribute Summary collapse
Instance Attribute Details
#key ⇒ Object
5 6 7 |
# File 'lib/playstationnetwork/api.rb', line 5 def key @key end |
#secret ⇒ Object
9 10 11 |
# File 'lib/playstationnetwork/api.rb', line 9 def secret @secret end |
#url ⇒ Object
13 14 15 |
# File 'lib/playstationnetwork/api.rb', line 13 def url @url end |
#verify_ssl ⇒ Object
17 18 19 |
# File 'lib/playstationnetwork/api.rb', line 17 def verify_ssl @verify_ssl end |