class ShareNotify::PushDocument::OtherProperty
Attributes
name[R]
property[R]
Public Class Methods
new(*args)
click to toggle source
# File lib/share_notify/push_document.rb, line 84 def initialize(*args) @name = args.shift @properties = args.shift end