Class: Hecks::Bluebook::Bind
- Inherits:
-
Struct
- Object
- Struct
- Hecks::Bluebook::Bind
- Defined in:
- lib/hecks/bluebook/hexagon.rb
Instance Attribute Summary collapse
-
#adapter ⇒ Object
Returns the value of attribute adapter.
-
#aggregate ⇒ Object
Returns the value of attribute aggregate.
-
#role ⇒ Object
Returns the value of attribute role.
-
#verb ⇒ Object
Returns the value of attribute verb.
Instance Method Summary collapse
Instance Attribute Details
#adapter ⇒ Object
Returns the value of attribute adapter
17 18 19 |
# File 'lib/hecks/bluebook/hexagon.rb', line 17 def adapter @adapter end |
#aggregate ⇒ Object
Returns the value of attribute aggregate
17 18 19 |
# File 'lib/hecks/bluebook/hexagon.rb', line 17 def aggregate @aggregate end |
#role ⇒ Object
Returns the value of attribute role
17 18 19 |
# File 'lib/hecks/bluebook/hexagon.rb', line 17 def role @role end |
#verb ⇒ Object
Returns the value of attribute verb
17 18 19 |
# File 'lib/hecks/bluebook/hexagon.rb', line 17 def verb @verb end |
Instance Method Details
#aggregate_name ⇒ Object
18 |
# File 'lib/hecks/bluebook/hexagon.rb', line 18 def aggregate_name = Naming.demodulise(aggregate) |