class Google::Protobuf::Int64Value
Public Instance Methods
to_f()
click to toggle source
# File lib/google/ads/google_ads/patches.rb, line 30 def to_f; return value.to_f; end
to_i()
click to toggle source
# File lib/google/ads/google_ads/patches.rb, line 29 def to_i; return value.to_i; end
to_s()
click to toggle source
# File lib/google/ads/google_ads/patches.rb, line 28 def to_s; return value.to_s; end