class BigQuery::Attribute::Integer

Public Instance Methods

parse() click to toggle source
# File lib/bigquery-client/attribute/integer.rb, line 4
def parse
  return nil if @value.nil?
  @value.to_i
end