Class: SimpleCrowd::ExtendedProperty

Inherits:
Hashie::Dash
  • Object
show all
Defined in:
lib/simple_crowd/crowd_entity.rb

Instance Method Summary collapse

Instance Method Details

#immutable?Boolean

Returns:

  • (Boolean)


9
# File 'lib/simple_crowd/crowd_entity.rb', line 9

def immutable?; @immutable; end

#is_attribute?Boolean

Returns:

  • (Boolean)


10
# File 'lib/simple_crowd/crowd_entity.rb', line 10

def is_attribute?; @attribute end