Class: APNS::Pem
- Inherits:
-
Object
- Object
- APNS::Pem
- Includes:
- ActiveModel::Model
- Defined in:
- lib/mercurius/apns/pem.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#password ⇒ Object
Returns the value of attribute password.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data.
5 6 7 |
# File 'lib/mercurius/apns/pem.rb', line 5 def data @data end |
#password ⇒ Object
Returns the value of attribute password.
5 6 7 |
# File 'lib/mercurius/apns/pem.rb', line 5 def password @password end |
#path ⇒ Object
Returns the value of attribute path.
5 6 7 |
# File 'lib/mercurius/apns/pem.rb', line 5 def path @path end |