class Sharepoint::UnsupportedType
Attributes
type_name[RW]
Public Class Methods
new(type_name)
click to toggle source
# File lib/sharepoint-errors.rb, line 26 def initialize type_name @type_name = type_name end
Public Instance Methods
message()
click to toggle source
# File lib/sharepoint-errors.rb, line 30 def message "unsupported type '#{@type_name}'" end