class Evernote::EDAM::UserStore::BootstrapInfo
This structure describes a collection of bootstrap profiles.
<dl>
<dt>profiles:</dt> <dd> List of one or more bootstrap profiles, in descending preference order. </dd> </dl>
Constants
- FIELDS
- PROFILES
Public Instance Methods
struct_fields()
click to toggle source
# File lib/Evernote/EDAM/user_store_types.rb, line 331 def struct_fields; FIELDS; end
validate()
click to toggle source
# File lib/Evernote/EDAM/user_store_types.rb, line 333 def validate raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Required field profiles is unset!') unless @profiles end