tab: add method to set tap.
This commit is contained in:
parent
ef08db539b
commit
f55257306e
@ -170,6 +170,10 @@ class Tab < OpenStruct
|
|||||||
source["tap"]
|
source["tap"]
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def tap=(tap)
|
||||||
|
source["tap"] = tap
|
||||||
|
end
|
||||||
|
|
||||||
def to_json
|
def to_json
|
||||||
attributes = {
|
attributes = {
|
||||||
"used_options" => used_options.as_flags,
|
"used_options" => used_options.as_flags,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user