Class: Typelizer::SerializerPlugins::Alba::BlockAttributeCollector::BlockNestedAttribute
- Inherits:
-
Struct
- Object
- Struct
- Typelizer::SerializerPlugins::Alba::BlockAttributeCollector::BlockNestedAttribute
- Defined in:
- lib/typelizer/serializer_plugins/alba/block_attribute_collector.rb
Overview
Struct to hold nested attribute info captured within a block
Instance Attribute Summary collapse
-
#block ⇒ Object
Returns the value of attribute block.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#block ⇒ Object
Returns the value of attribute block
60 61 62 |
# File 'lib/typelizer/serializer_plugins/alba/block_attribute_collector.rb', line 60 def block @block end |
#name ⇒ Object
Returns the value of attribute name
60 61 62 |
# File 'lib/typelizer/serializer_plugins/alba/block_attribute_collector.rb', line 60 def name @name end |