Class: HealthVault::WCData::SimpleType

Inherits:
Object
  • Object
show all
Defined in:
lib/wc_data/simple_type.rb

Direct Known Subclasses

Application::AppLargeLogo, Application::AppSmallLogo, Application::PublicKey, Application::Statement, Auth::AppRecordAuthAction, Auth::TextualPermissionsType, Dates::Day, Dates::Hour, Dates::Millisecond, Dates::Minute, Dates::Month, Dates::Second, Dates::Year, Methods::GetThingType::ThingTypeSectionSpec, Methods::GetThings::ThingSectionSpec, Methods::Response::CreateAuthenticatedSessionToken::AuthTokenAbsenceReason, RawInfoXml, Record::AuthorizedRecordState, Thing::AccessAvenue, Thing::AuditAction, Thing::Basic::Birthyear, Thing::Basic::Country, Thing::Basic::Firstdow, Thing::Basic::Gender, Thing::Inhaler::Dow, Thing::Inhaler::Purpose, Thing::Password::Protected::Package::Algorithmname, Thing::Problem::Importance, Thing::Sjam::Wakestate, Thing::Sjpm::Sleepiness, Thing::ThingState, Thing::Types::Dow, Thing::Types::Goalstatus, Thing::Types::NonNegativeDouble, Thing::Types::Onetofive, Thing::Types::Percentage, Thing::Types::PositiveDouble, Types::Base64Sha1, Types::Char2, Types::EmailAddress, Types::Gender, Types::Guid, Types::Iso3166, Types::Iso4217, Types::Iso6391, Types::LoginName, Types::NameMatchType, Types::OmbEthnicity, Types::Permission, Types::PositiveLong, Types::Puid, Types::RecordState, Types::String1024, Types::String128, Types::String16, Types::String255, Types::String32, Types::String512, Types::String64, Types::Stringnz, Types::Stringz1024, Types::Stringz128, Types::Stringz16, Types::Stringz255, Types::Stringz32, Types::Stringz512, Types::Stringz64, Types::Url, Types::Version

Class Method Summary collapse

Class Method Details

.valid?(value) ⇒ Boolean

Returns:

  • (Boolean)


11
12
13
# File 'lib/wc_data/simple_type.rb', line 11

def self.valid?(value)
  return true
end