Class: HealthVault::WCData::Application::Statement

Inherits:
SimpleType
  • Object
show all
Defined in:
lib/wc_data/generated/application/statement.rb

Overview

Statement is a base64Binary

Class Method Summary collapse

Class Method Details

.valid?(value) ⇒ Boolean

Returns:

  • (Boolean)


18
19
20
21
22
23
24
25
# File 'lib/wc_data/generated/application/statement.rb', line 18

def self.valid?(value)
  result = true

  
  

  return result
end