Class: Moromi::Apns::Environment::DefaultBuilder

Inherits:
Builder
  • Object
show all
Defined in:
lib/moromi/apns/environment/default_builder.rb

Class Method Summary collapse

Methods inherited from Builder

build

Class Method Details

.allObject



3
4
5
6
7
8
9
# File 'lib/moromi/apns/environment/default_builder.rb', line 3

def self.all
  [
    Moromi::Apns::Environment::Production.new,
    Moromi::Apns::Environment::InHouse.new,
    Moromi::Apns::Environment::Debug.new
  ]
end