Class: XeroRuby::PayrollAu::EarningsType

Inherits:
Object
  • Object
show all
Defined in:
lib/xero-ruby/models/payroll_au/earnings_type.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.build_from_hash(value) ⇒ String

Builds the enum from string



33
34
35
# File 'lib/xero-ruby/models/payroll_au/earnings_type.rb', line 33

def self.build_from_hash(value)
  new.build_from_hash(value)
end

Instance Method Details

#build_from_hash(value) ⇒ String

Builds the enum from string



40
41
42
43
44
# File 'lib/xero-ruby/models/payroll_au/earnings_type.rb', line 40

def build_from_hash(value)
  constantValues = EarningsType.constants.select { |c| EarningsType::const_get(c) == value }
  raise "Invalid ENUM value #{value} for class #EarningsType" if constantValues.empty?
  value
end