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