class Nfe::Helpers::XmlModel::AttributeInteger

Private Instance Methods

get_value(value) click to toggle source
# File lib/nfe/helpers/xml_model/attribute_integer.rb, line 6
def get_value(value)
  value.text.to_i
end