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