Class: Textmagic::REST::Schedule

Inherits:
InstanceResource show all
Defined in:
lib/textmagic-ruby/rest/scheduleds.rb

Overview

A Schedule resource.

@id

@next_send

@rrule

@session

Hash like this:

{
  "id": "34435949",
  "startTime": "2015-05-01T21:30:00+0000",
  "text": "Happy Birthday, dude!",
  "source": "O",
  "referenceId": "O_xxx_cb5e100e5a9a3e7f6d1fd97512215282_10580074905542fc46b9f157.39758261",
  "price": 0.03,
  "numbersCount": 1
}

Method Summary

Methods inherited from InstanceResource

#initialize, #inspect, #load_attributes, #refresh

Methods included from Utils

#key_map, #resource, #to_camel_case, #to_underscore_case

Constructor Details

This class inherits a constructor from Textmagic::REST::InstanceResource