Class: Textmagic::REST::SpendingStat

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

Overview

A SpendingStat resource.

@id

@user_id

@date

@balance

@delta

@type

@value

@comment

Instance Method Summary collapse

Methods inherited from InstanceResource

#initialize, #inspect, #load_attributes

Methods included from Utils

#key_map, #resource, #to_camel_case, #to_underscore_case

Constructor Details

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

Instance Method Details

#refreshObject



196
197
198
# File 'lib/textmagic-ruby/rest/users.rb', line 196

def refresh
  raise '`refresh` method is not supported for this resource.'
end