Class: Emailable::Account

Inherits:
APIResource show all
Defined in:
lib/emailable/resources/account.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from APIResource

#initialize, #inspect, #to_h, #to_json

Constructor Details

This class inherits a constructor from Emailable::APIResource

Instance Attribute Details

#available_creditsObject

Returns the value of attribute available_credits.



3
4
5
# File 'lib/emailable/resources/account.rb', line 3

def available_credits
  @available_credits
end

#owner_emailObject

Returns the value of attribute owner_email.



3
4
5
# File 'lib/emailable/resources/account.rb', line 3

def owner_email
  @owner_email
end