Class: XeroKiwi::Accounting::ContactGroup

Inherits:
Object
  • Object
show all
Includes:
Resource
Defined in:
lib/xero_kiwi/accounting/contact_group.rb

Overview

Represents a Xero Contact Group returned by the Accounting API.

See: developer.xero.com/documentation/api/accounting/contactgroups

Instance Method Summary collapse

Methods included from Resource

#==, #hash, included, #initialize, #inspect, #reference?, #to_h

Instance Method Details

#active?Boolean

Returns:

  • (Boolean)


19
# File 'lib/xero_kiwi/accounting/contact_group.rb', line 19

def active? = status == "ACTIVE"