class Sharepoint::UnsupportedType

Attributes

type_name[RW]

Public Class Methods

new(type_name) click to toggle source
# File lib/sharepoint-types.rb, line 8
def initialize type_name
  @type_name = type_name
end

Public Instance Methods

message() click to toggle source
# File lib/sharepoint-types.rb, line 12
def message
  "unsupported type '#{@type_name}'"
end