Class: Himari::App::ProviderCandidate
- Inherits:
-
Struct
- Object
- Struct
- Himari::App::ProviderCandidate
- Defined in:
- lib/himari/app.rb
Instance Attribute Summary collapse
-
#action ⇒ Object
Returns the value of attribute action.
-
#button ⇒ Object
Returns the value of attribute button.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#action ⇒ Object
Returns the value of attribute action
29 30 31 |
# File 'lib/himari/app.rb', line 29 def action @action end |
#button ⇒ Object
Returns the value of attribute button
29 30 31 |
# File 'lib/himari/app.rb', line 29 def @button end |
#name ⇒ Object
Returns the value of attribute name
29 30 31 |
# File 'lib/himari/app.rb', line 29 def name @name end |