class Fxify::ECBData::Currency
Attributes
name[RW]
value[RW]
Public Class Methods
new(attributes={})
click to toggle source
# File lib/fxify/nested_classes.rb, line 14 def initialize(attributes={}) attributes.each { |k,v| send("#{k}=", v) } end