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
38 39 40 |
# File 'lib/himari/app.rb', line 38 def action @action end |
#button ⇒ Object
Returns the value of attribute button
38 39 40 |
# File 'lib/himari/app.rb', line 38 def @button end |
#name ⇒ Object
Returns the value of attribute name
38 39 40 |
# File 'lib/himari/app.rb', line 38 def name @name end |