Class: Google::Protobuf::DoubleValue

Inherits:
Object
  • Object
show all
Defined in:
lib/google/ads/google_ads/patches.rb

Instance Method Summary collapse

Instance Method Details

#to_f ⇒ Object



42
# File 'lib/google/ads/google_ads/patches.rb', line 42

def to_f; return value.to_f; end

#to_i ⇒ Object



41
# File 'lib/google/ads/google_ads/patches.rb', line 41

def to_i; return value.to_i; end

#to_s ⇒ Object



40
# File 'lib/google/ads/google_ads/patches.rb', line 40

def to_s; return value.to_s; end