Class: XeroKiwi::Accounting::User
- Inherits:
-
Object
- Object
- XeroKiwi::Accounting::User
- Includes:
- Resource
- Defined in:
- lib/xero_kiwi/accounting/user.rb
Overview
Represents a Xero User returned by the Accounting API.
Instance Method Summary collapse
Methods included from Resource
#==, #hash, included, #initialize, #inspect, #reference?, #to_h
Instance Method Details
#subscriber? ⇒ Boolean
22 |
# File 'lib/xero_kiwi/accounting/user.rb', line 22 def subscriber? = is_subscriber == true |