Class: AwsRecord::Generators::Base

Inherits:
Rails::Generators::NamedBase
  • Object
show all
Defined in:
lib/generators/aws_record/base.rb

Direct Known Subclasses

ModelGenerator

Instance Attribute Summary collapse

Instance Attribute Details

#gsi_rw_unitsObject

Returns the value of attribute gsi_rw_units.



21
22
23
# File 'lib/generators/aws_record/base.rb', line 21

def gsi_rw_units
  @gsi_rw_units
end

#gsisObject

Returns the value of attribute gsis.



21
22
23
# File 'lib/generators/aws_record/base.rb', line 21

def gsis
  @gsis
end

#length_validationsObject

Returns the value of attribute length_validations.



21
22
23
# File 'lib/generators/aws_record/base.rb', line 21

def length_validations
  @length_validations
end

#primary_read_unitsObject

Returns the value of attribute primary_read_units.



21
22
23
# File 'lib/generators/aws_record/base.rb', line 21

def primary_read_units
  @primary_read_units
end

#primary_write_unitsObject

Returns the value of attribute primary_write_units.



21
22
23
# File 'lib/generators/aws_record/base.rb', line 21

def primary_write_units
  @primary_write_units
end

#required_attrsObject

Returns the value of attribute required_attrs.



21
22
23
# File 'lib/generators/aws_record/base.rb', line 21

def required_attrs
  @required_attrs
end