Class: Zinc::AccountStatus

Inherits:
Model
  • Object
show all
Defined in:
lib/zinc/account_status.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

#initialize, #to_hash

Constructor Details

This class inherits a constructor from Zinc::Model

Instance Attribute Details

#businessObject

Returns the value of attribute business.



3
4
5
# File 'lib/zinc/account_status.rb', line 3

def business
  @business
end

#charityObject

Returns the value of attribute charity.



3
4
5
# File 'lib/zinc/account_status.rb', line 3

def charity
  @charity
end

#freshObject

Returns the value of attribute fresh.



3
4
5
# File 'lib/zinc/account_status.rb', line 3

def fresh
  @fresh
end

#primeObject

Returns the value of attribute prime.



3
4
5
# File 'lib/zinc/account_status.rb', line 3

def prime
  @prime
end