Module: Restulicious::Attributes::ClassMethods

Defined in:
lib/restulicious/attributes.rb

Instance Method Summary collapse

Instance Method Details

#attribute_namesObject



12
13
14
# File 'lib/restulicious/attributes.rb', line 12

def attribute_names
  @attribute_names
end

#attributes(*attribute_names) ⇒ Object



7
8
9
10
# File 'lib/restulicious/attributes.rb', line 7

def attributes(*attribute_names)
  @attribute_names = attribute_names
  attr_accessor *attribute_names
end