Class: APNS::Pem

Inherits:
Object
  • Object
show all
Includes:
ActiveModel::Model
Defined in:
lib/mercurius/apns/pem.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dataObject

Returns the value of attribute data.



5
6
7
# File 'lib/mercurius/apns/pem.rb', line 5

def data
  @data
end

#passwordObject

Returns the value of attribute password.



5
6
7
# File 'lib/mercurius/apns/pem.rb', line 5

def password
  @password
end

#pathObject

Returns the value of attribute path.



5
6
7
# File 'lib/mercurius/apns/pem.rb', line 5

def path
  @path
end