Module: Dynectastic
- Defined in:
- lib/dynectastic.rb,
lib/dynectastic/job.rb,
lib/dynectastic/zone.rb,
lib/dynectastic/errors.rb,
lib/dynectastic/record.rb,
lib/dynectastic/request.rb,
lib/dynectastic/session.rb,
lib/dynectastic/resource.rb,
lib/dynectastic/error_translator.rb,
lib/dynectastic/factories/node_factory.rb,
lib/dynectastic/factories/zone_factory.rb,
lib/dynectastic/factories/record_factory.rb
Defined Under Namespace
Modules: ErrorTranslator Classes: AuthenticationError, DynectError, Job, NodeFactory, Record, RecordFactory, Request, Resource, Session, SessionBusy, Zone, ZoneFactory
Constant Summary collapse
- VERSION =
'0.2.3'- API_URL =
'https://api2.dynect.net'- RETRIES =
5
Class Method Summary collapse
Class Method Details
.session(customer_name, user_name, password) ⇒ Object
10 11 12 |
# File 'lib/dynectastic.rb', line 10 def self.session(customer_name, user_name, password) Session.new(customer_name, user_name, password) end |