class CreditBureauRefreshStatus
Attributes
state[RW]
Public Class Methods
from_hash(hash)
click to toggle source
# File lib/miiCardConsumers.rb, line 354 def self.from_hash(hash) return CreditBureauRefreshStatus.new( hash['State'] ) end
new(state)
click to toggle source
# File lib/miiCardConsumers.rb, line 350 def initialize(state) @state = state end