class Textmagic::REST::User

A Subaccount resource.

@id

@username

@first_name

@last_name

@balance

@company

@currency

Hash like this:

{
  "id": "GBP",
  "htmlSymbol": "£"
}

@timezone

Hash like this:

{
  "area": "Pacific",
  "dst": "0",
  "offset": "-39600",
  "timezone": "Pacific/Midway"
}

@subaccount_type

Public Instance Methods

refresh() click to toggle source
    # File lib/textmagic-ruby/rest/users.rb
155 def refresh
156   load_attributes(@client.get("#{@path}", {}))
157   self
158 end