Sha256: acc5b6924922c048f3e06e0a174fd683c9a5148ca62eeecddd8da74924f095fa
Contents?: true
Size: 483 Bytes
Versions: 5
Compression:
Stored size: 483 Bytes
Contents
module T2Airtime # Proxy accounts information class AccountsController < ApplicationController def show @account = T2Airtime::Account.get if @account.success? render_data T2Airtime::Account.serialize @account.data, @account.headers[:date] else render_error T2Airtime::Error.new @account.error_code, @account.error_message end end end end
Version data entries
5 entries across 5 versions & 1 rubygems