Class: MrMurano::Gateway::Resources::GatewayItem
- Inherits:
-
Item
- Object
- Item
- MrMurano::Gateway::Resources::GatewayItem
- Defined in:
- lib/MrMurano/Gateway.rb
Instance Attribute Summary collapse
-
#alias ⇒ String
The resource alias.
-
#allowed ⇒ Array
True if the cloud can write to this.
-
#format ⇒ String
The type of data stored in aliases for this resource.
-
#settable ⇒ Boolean
List of data format validations.
-
#unit ⇒ String
Helpful unit description for the alias.
Instance Method Summary collapse
Instance Attribute Details
#alias ⇒ String
129 130 131 |
# File 'lib/MrMurano/Gateway.rb', line 129 def alias @alias end |
#allowed ⇒ Array
127 128 129 |
# File 'lib/MrMurano/Gateway.rb', line 127 def allowed @allowed end |
#format ⇒ String
121 122 123 |
# File 'lib/MrMurano/Gateway.rb', line 121 def format @format end |
#settable ⇒ Boolean
125 126 127 |
# File 'lib/MrMurano/Gateway.rb', line 125 def settable @settable end |
#unit ⇒ String
123 124 125 |
# File 'lib/MrMurano/Gateway.rb', line 123 def unit @unit end |
Instance Method Details
#reject_ephemeral ⇒ Object
131 132 133 134 |
# File 'lib/MrMurano/Gateway.rb', line 131 def reject_ephemeral # All attrs exist on server, so nothing to remove. super end |