Class: Textmagic::REST::Bulk

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

Overview

A Bulk message session resource.

@id

@status

@items_processed

@items_total

@created_at

@text

@session

Hash like this

{
    "id"           => "34435949",
    "startTime"    => "2015-05-01T21:30:00+0000",
    "text"         => "error",
    "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