module Rserve::WithAttributes
Attributes
attributes[RW]
Public Instance Methods
has_attribute?(v)
click to toggle source
# File lib/rserve/withattributes.rb, line 4 def has_attribute?(v) !@attributes.nil? and !attributes[v].nil? end