Class: AwsRecord::Generators::Base
- Inherits:
-
Rails::Generators::NamedBase
- Object
- Rails::Generators::NamedBase
- AwsRecord::Generators::Base
- Defined in:
- lib/generators/aws_record/base.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#gsi_rw_units ⇒ Object
Returns the value of attribute gsi_rw_units.
-
#gsis ⇒ Object
Returns the value of attribute gsis.
-
#length_validations ⇒ Object
Returns the value of attribute length_validations.
-
#primary_read_units ⇒ Object
Returns the value of attribute primary_read_units.
-
#primary_write_units ⇒ Object
Returns the value of attribute primary_write_units.
-
#required_attrs ⇒ Object
Returns the value of attribute required_attrs.
Instance Attribute Details
#gsi_rw_units ⇒ Object
Returns the value of attribute gsi_rw_units.
27 28 29 |
# File 'lib/generators/aws_record/base.rb', line 27 def gsi_rw_units @gsi_rw_units end |
#gsis ⇒ Object
Returns the value of attribute gsis.
27 28 29 |
# File 'lib/generators/aws_record/base.rb', line 27 def gsis @gsis end |
#length_validations ⇒ Object
Returns the value of attribute length_validations.
27 28 29 |
# File 'lib/generators/aws_record/base.rb', line 27 def length_validations @length_validations end |
#primary_read_units ⇒ Object
Returns the value of attribute primary_read_units.
27 28 29 |
# File 'lib/generators/aws_record/base.rb', line 27 def primary_read_units @primary_read_units end |
#primary_write_units ⇒ Object
Returns the value of attribute primary_write_units.
27 28 29 |
# File 'lib/generators/aws_record/base.rb', line 27 def primary_write_units @primary_write_units end |
#required_attrs ⇒ Object
Returns the value of attribute required_attrs.
27 28 29 |
# File 'lib/generators/aws_record/base.rb', line 27 def required_attrs @required_attrs end |