Class: Google::Protobuf::Int64Value
- Inherits:
-
Object
- Object
- Google::Protobuf::Int64Value
- Defined in:
- lib/google/ads/google_ads/patches.rb
Instance Method Summary collapse
Instance Method Details
#to_f ⇒ Object
30 |
# File 'lib/google/ads/google_ads/patches.rb', line 30 def to_f; return value.to_f; end |
#to_i ⇒ Object
29 |
# File 'lib/google/ads/google_ads/patches.rb', line 29 def to_i; return value.to_i; end |
#to_s ⇒ Object
28 |
# File 'lib/google/ads/google_ads/patches.rb', line 28 def to_s; return value.to_s; end |