Class: WifiWand::Models::Helpers::ResourceManager::OpenResource
- Inherits:
-
Struct
- Object
- Struct
- WifiWand::Models::Helpers::ResourceManager::OpenResource
- Defined in:
- lib/wifi_wand/models/helpers/resource_manager.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#description ⇒ Object
Returns the value of attribute description.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Method Summary collapse
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code
9 10 11 |
# File 'lib/wifi_wand/models/helpers/resource_manager.rb', line 9 def code @code end |
#description ⇒ Object
Returns the value of attribute description
9 10 11 |
# File 'lib/wifi_wand/models/helpers/resource_manager.rb', line 9 def description @description end |
#url ⇒ Object
Returns the value of attribute url
9 10 11 |
# File 'lib/wifi_wand/models/helpers/resource_manager.rb', line 9 def url @url end |
Instance Method Details
#help_string ⇒ Object
10 |
# File 'lib/wifi_wand/models/helpers/resource_manager.rb', line 10 def help_string = "'#{code}' (#{description})" |