Class: BqQuery::Attribute::Integer
- Defined in:
- lib/bq_query/attribute/integer.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from BqQuery::Attribute::Base
Instance Method Details
#parse ⇒ Object
4 5 6 7 |
# File 'lib/bq_query/attribute/integer.rb', line 4 def parse return nil if @value.nil? @value.to_i end |