Class: ViewComponent::Template::DataWithSource
- Inherits:
-
Struct
- Object
- Struct
- ViewComponent::Template::DataWithSource
- Defined in:
- lib/view_component/template.rb
Instance Attribute Summary collapse
-
#format ⇒ Object
Returns the value of attribute format.
-
#identifier ⇒ Object
Returns the value of attribute identifier.
-
#short_identifier ⇒ Object
Returns the value of attribute short_identifier.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#format ⇒ Object
Returns the value of attribute format
8 9 10 |
# File 'lib/view_component/template.rb', line 8 def format @format end |
#identifier ⇒ Object
Returns the value of attribute identifier
8 9 10 |
# File 'lib/view_component/template.rb', line 8 def identifier @identifier end |
#short_identifier ⇒ Object
Returns the value of attribute short_identifier
8 9 10 |
# File 'lib/view_component/template.rb', line 8 def short_identifier @short_identifier end |
#type ⇒ Object
Returns the value of attribute type
8 9 10 |
# File 'lib/view_component/template.rb', line 8 def type @type end |